Test Suites
83 passed, 161 total
Tests
8767 passed, 9107 total
Snapshots
1493 passed, 1833 total
{
"additionalResultsProcessors": [],
"resultDir": "./jest-stare/",
"resultHtml": "index.html",
"resultJson": "jest-results.json"
}
{
"numFailedTestSuites": 78,
"numFailedTests": 340,
"numPassedTestSuites": 83,
"numPassedTests": 8767,
"numPendingTestSuites": 0,
"numPendingTests": 0,
"numRuntimeErrorTestSuites": 0,
"numTodoTests": 0,
"numTotalTestSuites": 161,
"numTotalTests": 9107,
"openHandles": [],
"snapshot": {
"added": 0,
"didUpdate": false,
"failure": true,
"filesAdded": 0,
"filesRemoved": 0,
"filesRemovedList": [],
"filesUnmatched": 78,
"filesUpdated": 0,
"matched": 1493,
"total": 1833,
"unchecked": 0,
"uncheckedKeysByFile": [],
"unmatched": 340,
"updated": 0
},
"startTime": 1700042050714,
"success": false,
"testResults": [
{
"failureMessage": "valid-await-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n await using \\u0061b = c;\n }\n \n =====================================output=====================================\n async function f() {\n - await using ab = c;\n + await using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-await-using-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-comments.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -19,18 +19,17 @@\n }\n \n =====================================output=====================================\n async function f() {\n {\n - /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f(); /*5*/\n + /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f() /*5*/;\n }\n {\n /*0*/ for (\n /*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ =\n /*6*/ x /*7*/ /*8*/ /*9*/ /*10*/;\n ;\n -\n );\n }\n {\n /*0*/ for (/*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ of /*6*/ x /*7*/ /*8*/);\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-module-block-top-level-await-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-await-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n const m = module {\n await using foo = bar();\n }\n \n =====================================output=====================================\n - const m = module {\n + const m = module;\n + {\n await using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-module-block-top-level-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n module {\n using foo = bar();\n }\n \n =====================================output=====================================\n - module {\n + module;\n + {\n using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,9 +5,9 @@\n =====================================input======================================\n { using \\u0061b = c; }\n \n =====================================output=====================================\n {\n - using ab = c;\n + using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 265,
"numPendingTests": 0,
"perfStats": {
"start": 1005.7155250000069,
"end": 12451.300130000047,
"runtime": 11446,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 101,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/explicit-resource-management/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 2.6601909999735653,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 69.4457200000179,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 305.62796199996956,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 17.631477000017185,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 2.9668429999728687,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 10.987852999998722,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 56.77346100000432,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 56.201605000009295,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 55.39680299995234,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 0.601208999985829,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 5.09923200000776,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 4.061259999987669,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 1.7107040000264533,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 1.2239889999618754,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 1.609606999962125,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 55.93763999996008,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 54.299337000004016,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 55.97475699998904,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 0.5793280000216328,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 2.859822999977041,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 54.85141100001056,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 1.4574729999876581,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 1.1366359999519773,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 0.9803950000205077,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 53.166557000018656,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 55.03011699998751,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 57.59750299999723,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 0.4404689999646507,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 6.657351999951061,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 2.7695959999691695,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 1.4898530000355095,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 1.4133310000179335,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 1.1557909999974072,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 55.18222100002458,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 53.861418000014964,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 54.37191199994413,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 0.41636500001186505,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 55.38363799999934,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 56.450905000034254,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 54.18747699999949,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 53.76907999999821,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 53.691846999980044,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 54.075514999974985,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 54.48256599996239,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 53.71106999996118,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 0.4279970000497997,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 53.91802199999802,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 53.813277999986894,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 53.15377299999818,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 53.14083099999698,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 53.529189999972004,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 54.11312999995425,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 55.55013400001917,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 52.96799699997064,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 0.459104000008665,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 56.4915429999819,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 56.35258499998599,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 54.61890200001653,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 57.462346000014804,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 54.851840000017546,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 55.204152999969665,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 55.09931100002723,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 55.187756999977864,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 0.48633599997265264,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 54.884574999974575,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 55.1956089999876,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 54.02762200002326,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 53.357514999981504,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 53.59811500000069,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 53.65523100004066,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 54.43186200002674,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 54.14914299995871,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 0.42286700004478917,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 2.534358000033535,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 55.12064300000202,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 1.4232490000431426,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 0.983470999985002,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 0.8584479999844916,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 52.667209000035655,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 53.35318500001449,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 53.99719600001117,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 2.751481999992393,
"failureMessages": [
"valid-await-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n await using \\u0061b = c;\n }\n \n =====================================output=====================================\n async function f() {\n - await using ab = c;\n + await using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 3.237046000023838,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 60.295332000008784,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 1.8316500000073574,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 1.2633720000158064,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 1.1657199999899603,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 57.99648800003342,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 53.5947729999898,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 53.94151899998542,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 0.4311829999787733,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 4.1510870000347495,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 55.86486899998272,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 1.982579999952577,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 0.9678120000171475,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 0.8360159999574535,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 53.62907100003213,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 53.599700000020675,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 54.21285800001351,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 0.5131449999753386,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 2.5100320000201464,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 53.722023999958765,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 1.2885580000001937,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 0.885699000034947,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 0.7888289999682456,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 58.245186000014655,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 53.84659200004535,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 54.1805840000161,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 1.11077699996531,
"failureMessages": [
"valid-await-using-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-comments.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -19,18 +19,17 @@\n }\n \n =====================================output=====================================\n async function f() {\n {\n - /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f(); /*5*/\n + /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f() /*5*/;\n }\n {\n /*0*/ for (\n /*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ =\n /*6*/ x /*7*/ /*8*/ /*9*/ /*10*/;\n ;\n -\n );\n }\n {\n /*0*/ for (/*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ of /*6*/ x /*7*/ /*8*/);\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 5.474609999975655,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 1.9670819999882951,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 0.9869569999864325,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 1.0464979999815114,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 0.794058000028599,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 57.14149599999655,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 56.74679400003515,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 56.317027000011876,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 0.42520100000547245,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 54.02587700000731,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 53.46470499999123,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 53.63281000003917,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 52.984995000006165,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 52.973907999985386,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 53.285512000031304,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 53.61288200004492,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 53.27262599999085,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 0.40818900003796443,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 53.46566599997459,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 53.003052999963984,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 53.00625500001479,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 53.69542400003411,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 53.18255399999907,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 53.12010499997996,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 52.47151100001065,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 53.343121999991126,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 0.4033509999862872,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 2.9550109999836423,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 2.6520269999746233,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 1.1092350000399165,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 0.8782950000022538,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 0.7294279999914579,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 53.88326799997594,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 54.66988499998115,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 53.8611909999745,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 0.4660270000458695,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 2.6468970000278205,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 2.143579999974463,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 1.3429999999934807,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 0.8867409999947995,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 0.746930000022985,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 53.61026200000197,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 53.449476000037976,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 53.974408000009134,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 0.777367000002414,
"failureMessages": [
"valid-module-block-top-level-await-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-await-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n const m = module {\n await using foo = bar();\n }\n \n =====================================output=====================================\n - const m = module {\n + const m = module;\n + {\n await using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 2.4913679999881424,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 1.639742000028491,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 1.0417299999971874,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 0.791903999983333,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 0.9599970000563189,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 54.0589349999791,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 54.49189999996452,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 54.19941000000108,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 0.6159869999974035,
"failureMessages": [
"valid-module-block-top-level-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n module {\n using foo = bar();\n }\n \n =====================================output=====================================\n - module {\n + module;\n + {\n using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 1.7885400000377558,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 1.2669180000084452,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 0.9393580000032671,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 0.7232869999716058,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 0.7144700000062585,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 53.78003500000341,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 54.16896800004179,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 53.563908000011,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 0.3959679999970831,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 55.3255230000359,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 54.95358000003034,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 54.08301900001243,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 53.58994400000665,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 54.37615199998254,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 54.38542000000598,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 53.46565000002738,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 54.80683900002623,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 0.39988400001311675,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 54.749370000034105,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 64.44408699998166,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 53.93019500002265,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 53.99654800002463,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 53.283445000008214,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 54.868461000034586,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 54.209004000003915,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 54.3346850000089,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 0.41348999994806945,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 2.017185000004247,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 53.12943400000222,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 53.82122199999867,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 53.03356499999063,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 60.65281900000991,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 54.27815299999202,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 54.10537200002,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 53.51781099999789,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 0.44041999999899417,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 56.36699100001715,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 55.561077999998815,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 54.54253699997207,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 54.737183000019286,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 54.44969999999739,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 54.049248999974225,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 55.38592399994377,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 53.74585999996634,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 0.42013199999928474,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 54.88617499999236,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 54.202478000021074,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 54.7564560000319,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 53.564263999986,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 53.59907400002703,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 53.959702000021935,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 54.33726200001547,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 54.0483649999951,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 0.47748900001170114,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 55.35600099997828,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 55.075554999988526,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 54.4412579999771,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 54.349282999988645,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 58.14088500000071,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 54.645254000031855,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 56.101107999973465,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 54.54629999998724,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 0.4517609999747947,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 54.222056000027806,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 54.25833699997747,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 53.220091000024695,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 54.26847900002031,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 53.94143600005191,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 54.40402700001141,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 53.775253999978304,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 54.699997000047006,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 0.49601300002541393,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 2.188443999970332,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 55.171083999972325,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 1.2094420000212267,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 0.7680200000177138,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 0.7233859999687411,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 53.59257300000172,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 53.848035000031814,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 53.60445799998706,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 0.7605559999938123,
"failureMessages": [
"valid-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,9 +5,9 @@\n =====================================input======================================\n { using \\u0061b = c; }\n \n =====================================output=====================================\n {\n - using ab = c;\n + using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 1.5602949999738485,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 53.53060900000855,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 1.6313570000347681,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 1.142286000016611,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 1.2051740000024438,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 54.26232400001027,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 54.02258799999254,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 54.2505709999823,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 0.5058919999864884,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 1.6253649999853224,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 54.59889900003327,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 1.2298999999766238,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 0.7917640000232495,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 0.7131570000201464,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 53.65187400003197,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 54.65346000000136,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 54.409089000022504,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 0.4480639999965206,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 2.0577910000574775,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 54.78467600001022,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 1.129804000025615,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 0.766976999992039,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 0.6998519999906421,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 54.69929700001376,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 53.552081000001635,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 53.54902400000719,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -4,10 +4,9 @@\n | printWidth\n =====================================input======================================\n async do { await requestAPI().json() };\n \n =====================================output=====================================\n - (async do {\n - await requestAPI().json();\n - });\n + async;\n + do { await requestAPI().json() };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndecimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `decimal.js format 1`\n \n - Snapshot - 16\n + Received + 29\n \n @@ -31,30 +31,43 @@\n \n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/11640\n \n - 100m;\n - 9223372036854775807m;\n - 0m;\n - 3.1415926535897932m;\n - 100.0m;\n - 0.1m;\n - ({ 0m: 0, 0.1m() {}, get 0.2m() {}, set 3m(_) {}, async 4m() {}, *0.5m() {} });\n - 1m;\n - 100m;\n - 9223372036854775807m;\n - 100m;\n + 100m\n + 9223372036854775807m\n + 0.m\n + 3.1415926535897932m\n + 100.000m\n + .1m\n + ({ 0m: 0, .1m() {}, get\n + 0.2m()\n + {\n + }\n + , set 3m(_)\n + {\n + }\n + , async 4m()\n + {\n + }\n + , *.5m()\n + {\n + }\n + })\n + 1.m\n + 100m\n + 9223372036854775807m\n + 100.m\n \n // Invalid decimal\n - 2e9m;\n - 016432m;\n - 089m;\n + 2e9m\n + 016432m\n + 089m\n \n // https://github.com/tc39/proposal-decimal\n - 0.1m + 0.2m === 0.3m;\n - 2.0m;\n + .1m + .2m === .3m\n + 2.00m\n -0m;\n typeof 1m === \"bigdecimal\";\n typeof 1m === \"decimal128\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndeferred-import-evaluation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `deferred-import-evaluation.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndo-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do-expressions.js format 1`\n \n - Snapshot - 4\n + Received + 5\n \n @@ -16,15 +16,16 @@\n let a = x > 10 ? 'big' : 'small';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-do-expressions\n \n - let a = do {\n - if (x > 10) {\n - (\"big\");\n + let a =\n + do {\n + if(x > 10) {\n + 'big';\n } else {\n - (\"small\");\n + 'small';\n }\n };\n // is equivalent to:\n let a = x > 10 ? \"big\" : \"small\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport-default-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export-default-from.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -9,8 +9,11 @@\n export v from 'mod';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-export-default-from\n \n - export v from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-bind.js format 1`\n \n - Snapshot - 8\n + Received + 10\n \n @@ -22,21 +22,23 @@\n obj.func.call(obj, val)\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-function-bind\n \n - obj::func;\n + obj:\n + :func\n // is equivalent to:\n - func.bind(obj)::obj.func;\n + func.bind(obj)\n +\n + ::obj.func\n // is equivalent to:\n - obj.func.bind(obj);\n + obj.func.bind(obj)\n \n - obj::func(val);\n + obj::func(val)\n // is equivalent to:\n - func\n - .call(obj, val)\n + func.call(obj, val)\n \n - ::obj.func(val);\n + ::obj.func(val)\n // is equivalent to:\n - obj.func.call(obj, val);\n + obj.func.call(obj, val)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -7,11 +7,12 @@\n export let m = 2;\n export let n = 3;\n };\n \n =====================================output=====================================\n - let m = module {\n + let m = module;\n + {\n export let m = 2;\n export let n = 3;\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npartial-application.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `partial-application.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -36,11 +36,13 @@\n addOne(2); // 3\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n f(x, ?); // partial application from left\n f(?, x); // partial application from right\n f(?, x, ?); // partial application for any arg\n o.f(x, ?); // partial application from left\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-fsharp.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-fsharp.js format 1`\n \n - Snapshot - 8\n + Received + 15\n \n @@ -42,29 +42,36 @@\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/valtech-nyc/proposal-fsharp-pipelines\n \n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n const result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n const person = { score: 25 };\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n newScore; //=> 57\n \n // As opposed to:\n let newScore = boundScore(0, 100, add(7, double(person.score)));\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-hack.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-hack.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -14,10 +14,12 @@\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/js-choi/proposal-hack-pipes\n \n - return list |> take(prefix.length, %) |> equals(%, prefix);\n + return list\n + |> take(prefix.length, %)\n + |> equals(%, prefix);\n \n // (The % token isn't final; it might instead be @ or ? or #.)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-minimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-minimal.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -21,10 +21,13 @@\n // https://github.com/tc39/proposal-pipeline-operator/\n \n let result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord-tuple-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -10,14 +10,18 @@\n };\n \n const record2 = #{...record1, b: 5};\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord-tuple-tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-tuple.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n const tuple1 = #[1, 2, 3];\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsource-phase-imports.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `source-phase-imports.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import source fooSource from \"foo\";\n import.source(\"x\");\n \n =====================================output=====================================\n - import source fooSource from \"foo\";\n + import source\n + fooSource;\n + from;\n + (\"foo\");\n import.source(\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nthrow-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw-expressions.js format 1`\n \n - Snapshot - 2\n + Received + 5\n \n @@ -10,10 +10,13 @@\n }\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-throw-expressions\n \n - function test(param = throw new Error(\"required!\")) {\n - const test = param === true || throw new Error(\"Falsy!\");\n + function test(param = throw new Error('required!')\n + )\n + {\n + const test = param === true ||\n + throw new Error(\"Falsy!\");\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nv8intrinsic.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `v8intrinsic.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -30,11 +30,11 @@\n foo%bar()\n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/10148\n \n - %DebugPrint(foo);\n + %DebugPrint(foo)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-bind-expression/options.json\n // ::%DebugPrint(null)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-member-expression/options.json\n @@ -48,11 +48,12 @@\n // %DebugPrint?.(null)\n \n new %DebugPrint(null);\n \n function* foo() {\n - yield %StringParseInt(\"42\", 10);\n + yield;\n + %StringParseInt(\"42\", 10)\n }\n \n foo % bar();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 17,
"numPassingTests": 318,
"numPendingTests": 0,
"perfStats": {
"start": 12479.821854000038,
"end": 26410.281982000044,
"runtime": 13930,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 127,
"unchecked": 0,
"unmatched": 17,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/babel-plugins/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.6743349999887869,
"failureMessages": [
"async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -4,10 +4,9 @@\n | printWidth\n =====================================input======================================\n async do { await requestAPI().json() };\n \n =====================================output=====================================\n - (async do {\n - await requestAPI().json();\n - });\n + async;\n + do { await requestAPI().json() };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 54.98520900000585,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 54.55044999998063,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 1.1765400000149384,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.7669480000040494,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.6789640000206418,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 54.312658999988344,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 0.547108999977354,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 54.483851000026334,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 54.78319400001783,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 54.59268099995097,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 54.18398499995237,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 53.89993700000923,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 54.1825260000187,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 0.5066230000229552,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 64.12321699998574,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 63.78453299996909,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 76.17462899995735,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 61.722019999986514,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 61.706961999996565,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 63.313322000030894,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 0.4354799999855459,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 58.70766200002981,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 58.2245090000215,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 57.47529900004156,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 56.39268399996217,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 56.6534110000357,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 60.34239499998512,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 0.427345999982208,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 55.219058999966364,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 55.655251000018325,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 55.51568100001896,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 54.73359600000549,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 54.62788600003114,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 55.95174099999713,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 1.130064000026323,
"failureMessages": [
"decimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `decimal.js format 1`\n \n - Snapshot - 16\n + Received + 29\n \n @@ -31,30 +31,43 @@\n \n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/11640\n \n - 100m;\n - 9223372036854775807m;\n - 0m;\n - 3.1415926535897932m;\n - 100.0m;\n - 0.1m;\n - ({ 0m: 0, 0.1m() {}, get 0.2m() {}, set 3m(_) {}, async 4m() {}, *0.5m() {} });\n - 1m;\n - 100m;\n - 9223372036854775807m;\n - 100m;\n + 100m\n + 9223372036854775807m\n + 0.m\n + 3.1415926535897932m\n + 100.000m\n + .1m\n + ({ 0m: 0, .1m() {}, get\n + 0.2m()\n + {\n + }\n + , set 3m(_)\n + {\n + }\n + , async 4m()\n + {\n + }\n + , *.5m()\n + {\n + }\n + })\n + 1.m\n + 100m\n + 9223372036854775807m\n + 100.m\n \n // Invalid decimal\n - 2e9m;\n - 016432m;\n - 089m;\n + 2e9m\n + 016432m\n + 089m\n \n // https://github.com/tc39/proposal-decimal\n - 0.1m + 0.2m === 0.3m;\n - 2.0m;\n + .1m + .2m === .3m\n + 2.00m\n -0m;\n typeof 1m === \"bigdecimal\";\n typeof 1m === \"decimal128\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 57.8789209999959,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 57.1738610000466,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 1.1272089999984019,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 0.7619479999993928,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 0.735618999984581,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 59.676164000004064,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 0.47331100003793836,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 54.87077199999476,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 54.98844000004465,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 1.4632240000064485,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 0.9753050000290386,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 55.02155300002778,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 0.46731999999610707,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 57.91163500002585,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 58.96580399997765,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 1.0723359999828972,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 0.7186479999800213,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 57.094668000005186,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 59.66806200001156,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 0.6323069999925792,
"failureMessages": [
"deferred-import-evaluation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `deferred-import-evaluation.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 55.68023300002096,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 54.690918000007514,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 1.3209490000153892,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 0.7742610000423156,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 0.883114000025671,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 54.42546100000618,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 0.42962000000989065,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 57.13674000004539,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 56.087739999988116,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 1.9659400000236928,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 1.2512490000226535,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 1.5477110000210814,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 56.86808500002371,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 0.8165399999707006,
"failureMessages": [
"do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do-expressions.js format 1`\n \n - Snapshot - 4\n + Received + 5\n \n @@ -16,15 +16,16 @@\n let a = x > 10 ? 'big' : 'small';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-do-expressions\n \n - let a = do {\n - if (x > 10) {\n - (\"big\");\n + let a =\n + do {\n + if(x > 10) {\n + 'big';\n } else {\n - (\"small\");\n + 'small';\n }\n };\n // is equivalent to:\n let a = x > 10 ? \"big\" : \"small\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 55.34104899998056,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 56.295731999969576,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 1.3766819999436848,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 0.8015720000257716,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 0.7951100000063889,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 55.80553300003521,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.4218550000223331,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 56.164119000022765,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 57.766569999977946,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 56.26967700000387,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 57.851147999987006,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 56.16396000003442,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 56.8286439999938,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 0.4255119999870658,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 55.11457499995595,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 55.578249000012875,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 1.336598000023514,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 0.8378899999661371,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 0.7546449999790639,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 55.54812600003788,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 0.6986500000348315,
"failureMessages": [
"export-default-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export-default-from.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -9,8 +9,11 @@\n export v from 'mod';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-export-default-from\n \n - export v from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 55.7545360000222,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 55.25692600000184,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 1.3206779999891296,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 0.7386950000072829,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 0.9962739999755286,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 54.05768799997168,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 0.4169259999762289,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 53.74696999997832,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 54.80495800002245,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 56.13739899999928,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 54.61525899998378,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 54.341834000020754,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 54.63730800000485,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 1.4212350000161678,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 56.65288900001906,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 56.3539049999672,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 1.3166910000145435,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 0.8152479999698699,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 0.7360399999888614,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 0.8561539999791421,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 0.9394289999618195,
"failureMessages": [
"function-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-bind.js format 1`\n \n - Snapshot - 8\n + Received + 10\n \n @@ -22,21 +22,23 @@\n obj.func.call(obj, val)\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-function-bind\n \n - obj::func;\n + obj:\n + :func\n // is equivalent to:\n - func.bind(obj)::obj.func;\n + func.bind(obj)\n +\n + ::obj.func\n // is equivalent to:\n - obj.func.bind(obj);\n + obj.func.bind(obj)\n \n - obj::func(val);\n + obj::func(val)\n // is equivalent to:\n - func\n - .call(obj, val)\n + func.call(obj, val)\n \n - ::obj.func(val);\n + ::obj.func(val)\n // is equivalent to:\n - obj.func.call(obj, val);\n + obj.func.call(obj, val)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 56.84408999996958,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 55.9608410000219,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 1.384316999989096,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 0.9761769999749959,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 0.8858690000488423,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 57.79296599997906,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 0.4827979999827221,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 59.99467899999581,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 60.3343880000175,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 1.8704209999996237,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 1.3257769999909215,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 1.1563029999961145,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 57.72847100003855,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 0.48540399997727945,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 55.03552400000626,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 55.30403800000204,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 1.1712100000004284,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 0.7853020000038669,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 0.6841639999765903,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 54.84692699997686,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 0.4174479999928735,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 55.35629299998982,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 55.24584099999629,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 1.148918999999296,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 0.7481729999999516,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 0.6965559999807738,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 54.98181600001408,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 0.42924899997888133,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 55.35771700000623,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 55.95773999998346,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 1.213980000000447,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 0.8052889999817125,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 0.7008049999712966,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 55.43416999996407,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 0.42460100003518164,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 54.625897000019904,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 55.200264999992214,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 1.1866080000181682,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 0.7384139999630861,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 0.7052530000219122,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 55.40607100003399,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 0.4761259999941103,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 57.06107500003418,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 57.2948440000182,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 58.02592500002356,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 56.68353899999056,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 57.7776699999813,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 56.83706200000597,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.6386489999713376,
"failureMessages": [
"import-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 54.82473500003107,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 54.85366999998223,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 1.1751669999794103,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.7172850000206381,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.6803070000023581,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 54.743144000007305,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.514878999965731,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 57.31013199995505,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 56.53467800002545,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 57.244317000033334,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 57.884525000001304,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 66.15798199997516,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 71.60561999998754,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 0.4306009999709204,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 63.026634000008926,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 63.67051000002539,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 54.985886999988,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 55.17875500000082,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 55.29279700003099,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 55.56936000002315,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.6508610000018962,
"failureMessages": [
"module-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -7,11 +7,12 @@\n export let m = 2;\n export let n = 3;\n };\n \n =====================================output=====================================\n - let m = module {\n + let m = module;\n + {\n export let m = 2;\n export let n = 3;\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 55.87664900004165,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 56.35084699996514,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 1.198811000038404,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.7838689999771304,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.7236269999993965,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 55.47160599997733,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 0.4291590000502765,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 55.80044199997792,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 56.094175999984145,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 55.658717999991495,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 55.168074000044726,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 1.248955000017304,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 55.072680000041146,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 0.41141500003868714,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 54.4988289999892,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 55.45975600002566,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 55.606553000048734,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 55.02244300005259,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 56.07478299998911,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 55.37661300000036,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 0.44084100000327453,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 58.7549219999928,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 58.620539999974426,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 58.45975200005341,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 59.49089699995238,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 57.649249999958556,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 58.88394499995047,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 0.435912000015378,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 56.93492400000105,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 57.75863499997649,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 57.874804999970365,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 57.16390300000785,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 57.51138300000457,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 58.57347699999809,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 0.43739400000777096,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 55.50020999996923,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 56.52664200006984,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 55.70040800003335,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 55.39588900003582,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 55.35695000004489,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 55.6147630000487,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 0.42839799995999783,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 55.44430899992585,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 55.615315999952145,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 1.2119759999914095,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 0.8334610000019893,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 0.7229560000123456,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 55.057800999959,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 0.4455799999414012,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 59.54932300001383,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 60.94158099999186,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 60.437604000093415,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 62.049018000019714,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 61.20201100001577,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 60.48833000008017,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 0.746320000034757,
"failureMessages": [
"partial-application.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `partial-application.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -36,11 +36,13 @@\n addOne(2); // 3\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n f(x, ?); // partial application from left\n f(?, x); // partial application from right\n f(?, x, ?); // partial application for any arg\n o.f(x, ?); // partial application from left\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 61.49526700004935,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 60.35742799995933,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 1.574763000011444,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 1.2128690000390634,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 0.9015889998991042,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 59.63706600002479,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 0.84913200000301,
"failureMessages": [
"pipeline-operator-fsharp.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-fsharp.js format 1`\n \n - Snapshot - 8\n + Received + 15\n \n @@ -42,29 +42,36 @@\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/valtech-nyc/proposal-fsharp-pipelines\n \n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n const result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n const person = { score: 25 };\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n newScore; //=> 57\n \n // As opposed to:\n let newScore = boundScore(0, 100, add(7, double(person.score)));\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 59.92081599996891,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 60.335988000035286,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 1.2533040000125766,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 0.8199069999391213,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 0.766907999990508,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 61.12214000010863,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 0.6333790000062436,
"failureMessages": [
"pipeline-operator-hack.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-hack.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -14,10 +14,12 @@\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/js-choi/proposal-hack-pipes\n \n - return list |> take(prefix.length, %) |> equals(%, prefix);\n + return list\n + |> take(prefix.length, %)\n + |> equals(%, prefix);\n \n // (The % token isn't final; it might instead be @ or ? or #.)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 56.41709300002549,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 55.75650500005577,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 1.256950999959372,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 0.8229220000794157,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 0.8135550000006333,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 56.284717999980785,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 0.8500340000027791,
"failureMessages": [
"pipeline-operator-minimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-minimal.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -21,10 +21,13 @@\n // https://github.com/tc39/proposal-pipeline-operator/\n \n let result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 60.17889700003434,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 57.89910899999086,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 1.4072000000160187,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 1.416829000110738,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 1.0379729999694973,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 60.362037000013515,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 0.4392379999626428,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 62.06454799999483,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 60.06928900000639,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 60.70177400007378,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 60.37792300002184,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 59.21365599997807,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 60.50868900003843,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 0.5079259999329224,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 58.172472000005655,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 58.3310010000132,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 57.3965620000381,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 57.44092800002545,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 60.798589000012726,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 57.28116900008172,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 0.6556919999420643,
"failureMessages": [
"record-tuple-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -10,14 +10,18 @@\n };\n \n const record2 = #{...record1, b: 5};\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 56.60238399996888,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 57.13319500000216,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 1.1848469999385998,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 0.80056100001093,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 0.7148009999655187,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 57.4112309999764,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 0.6526160000357777,
"failureMessages": [
"record-tuple-tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-tuple.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n const tuple1 = #[1, 2, 3];\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 60.93829300010111,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 56.65720300003886,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 1.1746280000079423,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 0.7433550000423566,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 0.7585630000103265,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 58.975086999940686,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 0.4532240000553429,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 56.62035600002855,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 56.0101919999579,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 57.27400700002909,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 55.99752599990461,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 1.250988999963738,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 56.29161800001748,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.44846500002313405,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 56.69514799991157,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 55.08203200006392,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 1.5621090000495315,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.795460999943316,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.8793480000458658,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 56.02946900005918,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 0.661500999936834,
"failureMessages": [
"source-phase-imports.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `source-phase-imports.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import source fooSource from \"foo\";\n import.source(\"x\");\n \n =====================================output=====================================\n - import source fooSource from \"foo\";\n + import source\n + fooSource;\n + from;\n + (\"foo\");\n import.source(\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 56.54957299993839,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 56.76308699999936,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 1.1283419999526814,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 0.7176260000560433,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 0.757461000001058,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 57.085901999962516,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 0.6445200000889599,
"failureMessages": [
"throw-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw-expressions.js format 1`\n \n - Snapshot - 2\n + Received + 5\n \n @@ -10,10 +10,13 @@\n }\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-throw-expressions\n \n - function test(param = throw new Error(\"required!\")) {\n - const test = param === true || throw new Error(\"Falsy!\");\n + function test(param = throw new Error('required!')\n + )\n + {\n + const test = param === true ||\n + throw new Error(\"Falsy!\");\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 56.61566999997012,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 57.15123299998231,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 1.2352299999911338,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 0.8113199999788776,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 0.7445459999144077,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 57.26245400006883,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 1.314107000012882,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 55.95175299991388,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 56.67497000005096,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 1.0723269999725744,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 0.7972650000592694,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 0.763351000030525,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 0.97252099995967,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 0.6817899999441579,
"failureMessages": [
"v8intrinsic.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `v8intrinsic.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -30,11 +30,11 @@\n foo%bar()\n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/10148\n \n - %DebugPrint(foo);\n + %DebugPrint(foo)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-bind-expression/options.json\n // ::%DebugPrint(null)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-member-expression/options.json\n @@ -48,11 +48,12 @@\n // %DebugPrint?.(null)\n \n new %DebugPrint(null);\n \n function* foo() {\n - yield %StringParseInt(\"42\", 10);\n + yield;\n + %StringParseInt(\"42\", 10)\n }\n \n foo % bar();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 56.72872000001371,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 57.96435899997596,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 1.1709600000176579,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 0.7336859999923036,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 0.7132679999340326,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 58.23022599995602,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "range-0.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-0.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted<|>(2, 3);\n + thisWillBeFormatted(2, 3);<|>\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-2.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-3.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted <|> ( 1 ,3)\n + thisWontBeFormatted(<|>1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-4.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-4.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 9<|>0 ,)\n | ^^^^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 9<|>0 ,)\n - \n + thisWontBeFormatted(2, 90);\n + <|>\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-8.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-8.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 |\n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3)<|>;\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 90 ,)\n + this<|>WontBeFormatted(2, 90);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 6,
"numPassingTests": 251,
"numPendingTests": 0,
"perfStats": {
"start": 26439.42436600005,
"end": 40926.11566399998,
"runtime": 14487,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 22,
"unchecked": 0,
"unmatched": 6,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/cursor/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 0.46285200002603233,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 58.353005000040866,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 57.69041499996092,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 56.836921000038274,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 57.775924999965355,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 56.663148999912664,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 57.112958999932744,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 57.50955099996645,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 56.967875999980606,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 0.4311429999070242,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 57.414226999972016,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 57.48689199995715,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 58.6284619999351,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 56.45890199998394,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 55.92723199992906,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 56.74508499994408,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 56.44478300004266,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 58.29664800001774,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 0.4695949999149889,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 56.99309300002642,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 56.929286999977194,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 56.36696799995843,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 56.77076699992176,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 56.41310300002806,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 56.733495000051335,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 56.66289600008167,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 56.45542899996508,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 0.42222599999513477,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 56.38016800000332,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 57.03590199991595,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 56.16079700004775,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 56.811666000052355,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 57.239604000002146,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 56.64388099999633,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 56.142852999968454,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 56.34841099998448,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 0.4064370000269264,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 57.379804999916814,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 57.265435999957845,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 59.753281000070274,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 56.99298300000373,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 56.95132300001569,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 56.41354700003285,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 56.232535000075586,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 59.90370900009293,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 0.4101840000366792,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 57.4218899999978,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 57.28886500000954,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 58.00106199993752,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 56.768392000114545,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 56.92152900004294,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 56.3156650000019,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 56.6770709999837,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 56.72720800002571,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 0.42714499996509403,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 57.141318999929354,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 56.5652579999296,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 56.834569999948144,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 56.90120500000194,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 57.537627000012435,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 68.20659199997317,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 59.5684299999848,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 56.32296599994879,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 0.4209440000122413,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 57.61644100002013,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 57.630417999927886,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 56.35893000010401,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 56.88937300001271,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 56.11792799993418,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 57.007136999978684,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 56.90178299997933,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 56.58426400006283,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 0.4143819999881089,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 56.715205000014976,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 57.36495900002774,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 56.48811299994122,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 56.54713600000832,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 56.05153000005521,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 55.8891940000467,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 56.95395400002599,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 56.60121999995317,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 0.43028099997900426,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 57.18807299993932,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 57.28660000010859,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 61.6338799999794,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 57.15149499999825,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 56.53478800004814,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 56.6918069999665,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 57.49694300000556,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 56.551273999968544,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 0.4523930000141263,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 57.40916499996092,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 57.91029799997341,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 56.713339000009,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 56.25751100003254,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 55.762014999985695,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 56.235339999897406,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 57.05367299995851,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 56.333081000018865,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 0.4253129999851808,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 57.55940500006545,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 58.16200799995568,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 56.525726000079885,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 56.76450400007889,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 57.840866999933496,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 59.90938299999107,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 57.934693999937735,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 56.59515900001861,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 0.43106299999635667,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 58.37564600002952,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 57.73287900001742,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 57.08185499999672,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 58.67156999988947,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 56.96232900000177,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 56.87384800007567,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 56.98431299999356,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 57.760051999939606,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 0.42206699994858354,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 57.356093999929726,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 57.3401770000346,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 56.20816000003833,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 56.45094000000972,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 56.29750400001649,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 56.61662900005467,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 56.78528199996799,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 57.81029200006742,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 0.42777700000442564,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 58.77946300001349,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 57.22797300003003,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 56.9706699999515,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 56.5898580000503,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 56.93431099993177,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 56.79452100000344,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 56.590209000045434,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 57.77072899998166,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 0.4333069999702275,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 57.81571300001815,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 56.24265199992806,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 56.7761429999955,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 56.839874999946915,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 56.030008999980055,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 56.44528499990702,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 56.808916999958456,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 57.37626399996225,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 0.4319649999961257,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 57.092060999944806,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 57.9658819999313,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 56.03922200005036,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 56.331317000091076,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 57.16075399995316,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 57.31497900001705,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 57.20894000004046,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 57.118555999943055,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 0.43224500003270805,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 56.9465940000955,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 57.260186000028625,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 56.83840299991425,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 56.98181199992541,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 55.73823400004767,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 57.042261999915354,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 57.03747400001157,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 57.23541399999522,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 0.43074199999682605,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 57.711938999942504,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 57.55090700008441,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 57.829129000077955,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 56.41197899996769,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 57.12358600005973,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 56.67160200001672,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 57.408079999964684,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 57.00344000000041,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 1.3722840000409633,
"failureMessages": [
"range-0.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-0.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted<|>(2, 3);\n + thisWillBeFormatted(2, 3);<|>\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 58.71747100003995,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 59.13742699997965,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 57.94103099999484,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 57.66801500006113,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 57.21388699999079,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 57.66514699999243,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 57.277470999979414,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 57.427928999997675,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 0.9731720000272617,
"failureMessages": [
"range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 58.807628999929875,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 83.7809089999646,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 57.702508999966085,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 57.79094699991401,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 57.03824799996801,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 58.005805999971926,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 58.95713700004853,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 57.473971000057645,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 1.1902550000231713,
"failureMessages": [
"range-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-2.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 57.86073099996429,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 57.89781699993182,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 58.60207600006834,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 57.188495000009425,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 56.51508100004867,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 57.860104999970645,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 57.53722200007178,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 58.40482100006193,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 1.1114390000002459,
"failureMessages": [
"range-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-3.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted <|> ( 1 ,3)\n + thisWontBeFormatted(<|>1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 58.94594899995718,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 57.81738600006793,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 58.130723999929614,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 56.71748700004537,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 56.550832999986596,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 57.57530000002589,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 56.85211999993771,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 57.552361000096425,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 0.8192049999488518,
"failureMessages": [
"range-4.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-4.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 9<|>0 ,)\n | ^^^^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 9<|>0 ,)\n - \n + thisWontBeFormatted(2, 90);\n + <|>\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 58.12671099998988,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 58.09287399996538,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 56.67480799998157,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 56.59837099991273,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 56.64972600003239,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 57.41294299997389,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 56.785636999993585,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 58.14893100003246,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 0.6418249999405816,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 58.12869799998589,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 58.74740699992981,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 57.08969600009732,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 56.970739000011235,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 57.31200700008776,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 58.70433199999388,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 56.4905049999943,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 57.1221310000401,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 0.6723220000276342,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 58.117597999982536,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 57.970606000046246,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 57.34106000000611,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 56.76780899998266,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 56.48265200003516,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 57.03892600000836,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 56.9771109999856,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 56.95763800002169,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 0.6130510000512004,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 57.14640700002201,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 56.49588499998208,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 56.683036000002176,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 56.705635000020266,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 56.87360300007276,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 57.537313999957405,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 56.63484499999322,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 57.398644000058994,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 0.7912730000680313,
"failureMessages": [
"range-8.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-8.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 |\n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3)<|>;\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 90 ,)\n + this<|>WontBeFormatted(2, 90);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 59.74697099998593,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 57.813989000045694,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 57.11626899999101,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 57.654612999991514,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 56.60943700000644,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 57.73758999991696,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 57.82575099996757,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 63.77033099997789,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [],
"duration": 1.8458180000307038,
"failureMessages": [],
"fullName": "translates cursor correctly in basic case",
"numPassingAsserts": 0,
"status": "passed",
"title": "translates cursor correctly in basic case"
},
{
"ancestorTitles": [],
"duration": 0.8105290000094101,
"failureMessages": [],
"fullName": "positions cursor relative to closest node, not SourceElement",
"numPassingAsserts": 0,
"status": "passed",
"title": "positions cursor relative to closest node, not SourceElement"
},
{
"ancestorTitles": [],
"duration": 0.7746530000586063,
"failureMessages": [],
"fullName": "keeps cursor inside formatted node",
"numPassingAsserts": 0,
"status": "passed",
"title": "keeps cursor inside formatted node"
},
{
"ancestorTitles": [],
"duration": 1.9278100000228733,
"failureMessages": [],
"fullName": "doesn't insert second placeholder for nonexistent TypeAnnotation",
"numPassingAsserts": 0,
"status": "passed",
"title": "doesn't insert second placeholder for nonexistent TypeAnnotation"
},
{
"ancestorTitles": [],
"duration": 1.0950890000676736,
"failureMessages": [],
"fullName": "cursorOffset === rangeStart",
"numPassingAsserts": 0,
"status": "passed",
"title": "cursorOffset === rangeStart"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n /* 0 */import /* 1 */module /* 2 */from /* 3 */from /* 4 */\"./module.wasm\"/* 5 */;\n \n =====================================output=====================================\n - /* 0 */ import module /* 1 */ /* 2 */ from /* 3 */ from /* 4 */ \"./module.wasm\" /* 5 */;\n + /* 0 */ import /* 1 */module /* 2 */from /* 3 */\n + from; /* 4 */\n + (\"./module.wasm\") /* 5 */;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-default-import.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-default-import.mjs format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import module foo from \"./module.wasm\";\n import bar from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n import bar from \"./module.wasm\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-from-as-default-module-binding-escaped.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding-escaped.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module \\u0066rom from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module \\u0066rom\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-from-as-default-module-binding.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module from from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module from\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 58,
"numPendingTests": 0,
"perfStats": {
"start": 40962.63823500002,
"end": 43071.88795299997,
"runtime": 2109,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 27,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-reflection/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.6295120000140741,
"failureMessages": [
"comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n /* 0 */import /* 1 */module /* 2 */from /* 3 */from /* 4 */\"./module.wasm\"/* 5 */;\n \n =====================================output=====================================\n - /* 0 */ import module /* 1 */ /* 2 */ from /* 3 */ from /* 4 */ \"./module.wasm\" /* 5 */;\n + /* 0 */ import /* 1 */module /* 2 */from /* 3 */\n + from; /* 4 */\n + (\"./module.wasm\") /* 5 */;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.7898629999253899,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.3088970000389963,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.8212389999534935,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.7798429999966174,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.7291079999413341,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 54.02991699997801,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 54.86434299999382,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 54.67498400004115,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.7075369999511167,
"failureMessages": [
"import-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 1.5752939999802038,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 1.6419280000263825,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.7844109999714419,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.7014559999806806,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.7462490000762045,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 53.42767600005027,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 54.2252060000319,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 54.011247999966145,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 0.622588999918662,
"failureMessages": [
"valid-default-import.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-default-import.mjs format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import module foo from \"./module.wasm\";\n import bar from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n import bar from \"./module.wasm\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 2.147448999923654,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 1.3118729999987409,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 0.8223709999583662,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 0.6817299999529496,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 0.6595889999298379,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 53.849748000036925,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 54.1819859999232,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 54.29872600000817,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 0.6050060000270605,
"failureMessages": [
"valid-from-as-default-module-binding-escaped.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding-escaped.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module \\u0066rom from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module \\u0066rom\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 1.5761550000170246,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 1.0926539999200031,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 1.2988190000178292,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 0.67386500001885,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 0.7121660000411794,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 53.85876400000416,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 54.367397999973036,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 54.32039300003089,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 0.6058279999997467,
"failureMessages": [
"valid-from-as-default-module-binding.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module from from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module from\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 1.5151220000116155,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 1.1753089999547228,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 0.7410999999847263,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 0.6736550000496209,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 0.6655490000266582,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 53.62762899999507,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 54.06695799995214,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 54.24922100000549,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 0.4247009999817237,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 55.17807799996808,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 55.40660400001798,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 54.13132700009737,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 53.233135999995284,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 54.29547500004992,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 54.99503999995068,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 54.48959900008049,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 54.50508799997624,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 0.42242700001224875,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 53.6072329999879,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 53.82990100001916,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 54.18716799991671,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 54.12691300001461,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 53.83134999999311,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 53.810918999952264,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 53.861144999973476,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 54.480520999990404,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "valid-parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-parenthesized.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n (a?.b) = c;\n \n =====================================output=====================================\n - a?.b = c;\n + (a?.b) = c;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 4)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 69,
"numPendingTests": 0,
"perfStats": {
"start": 43102.751885999984,
"end": 43711.03963800002,
"runtime": 608,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 63,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-chaining-assignment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 1.316681999946013,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 0.8335019999649376,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 0.698761000065133,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 0.84286900004372,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 0.7974750000284985,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 0.8798180000158027,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 0.7777580000692979,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 0.9200630000559613,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 1.0621879999525845,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 1.2580020000459626,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 1.3142969999462366,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 1.0890180000569671,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 0.7172459999565035,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 0.6366449999623001,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 0.7815750000299886,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 0.7032300001010299,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 0.7229059999808669,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 0.6654499999713153,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 0.6431079999310896,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 0.66443700005766,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 0.6468750000931323,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 0.6501710000447929,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 0.722836000029929,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 0.6427970000077039,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 0.6709790000459179,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 0.7117559999460354,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 0.6679729999741539,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 0.7070770000573248,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 0.634931999957189,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 0.7246690000174567,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 0.7141399999381974,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 0.6589670000830665,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 0.68611700006295,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 0.6664309999905527,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 0.7322930000955239,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 0.6907360000768676,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 0.6740050000371411,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 0.6746869999915361,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 0.6243719999911264,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 0.7639929999131709,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 0.696767000015825,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 0.6810790000017732,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 0.6593779999529943,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 0.6250739999813959,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 0.7138190000550821,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 0.7214439999079332,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 0.6538080000318587,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 0.6655800000298768,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 0.6932309999829158,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 0.709201000048779,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 0.45819299994036555,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 1.3462669999571517,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 0.7314420000184327,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 0.7219440001063049,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 55.31044899998233,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 0.4417820000089705,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 1.1593489999650046,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 0.7601959999883547,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 54.03694500005804,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 53.756934000062756,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 0.4996299999766052,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 1.12998399999924,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 0.7580920000327751,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 54.21881099999882,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 53.97065000003204,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 0.7474419999634847,
"failureMessages": [
"valid-parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-parenthesized.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n (a?.b) = c;\n \n =====================================output=====================================\n - a?.b = c;\n + (a?.b) = c;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 4)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 1.1555820000357926,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 0.8464059999678284,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 0.7287769999820739,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 54.456908000051044,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "snippet: #2 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -3,8 +3,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #3 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #2 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n semi: false\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #3 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 284,
"numPendingTests": 0,
"perfStats": {
"start": 43742.501164999965,
"end": 59573.93633200001,
"runtime": 15831,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/directives/comments/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.4522330000763759,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.20779500005301,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.51190200005658,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.79465599998366,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.55921199999284,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.173738999990746,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 72.73495800001547,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.13935800001491,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.818992000073195,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 0.4990789999719709,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.30397599993739,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.88336600002367,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 53.65671100001782,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.39569000003394,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 53.996249999967404,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.167328000068665,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.228982999920845,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.371028000023216,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 0.7161830000113696,
"failureMessages": [
"snippet: #2 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -3,8 +3,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.723506999900565,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.38462399994023,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.08021599997301,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.3277989999624,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 53.678461999981664,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.860198999987915,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.273234999971464,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.034160000039265,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 0.6739449999295175,
"failureMessages": [
"snippet: #3 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 54.38393899996299,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 54.742211999953724,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 54.710797999985516,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 54.53301899996586,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 56.52317300008144,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 55.354884000029415,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 54.28425599995535,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 54.166417000000365,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 0.4347089999355376,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.67310200002976,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 55.510244000004604,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 53.75179999996908,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 53.8407039999729,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.5267350000795,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.74358700006269,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.748618999961764,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.38959700008854,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 0.4113260000012815,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 54.70082100003492,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 55.262685999972746,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 53.79365000000689,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 54.56888100004289,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 54.148941999999806,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 54.338624000083655,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 54.26299499999732,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 54.532091000000946,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 0.42787099990528077,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.14676100003999,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 53.44236400001682,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 53.809051000047475,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 53.79736400011461,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 54.27396200003568,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 54.14260999998078,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 53.760232000029646,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 54.848721999907866,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 0.42103800002951175,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 54.37354000005871,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 55.28005900001153,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 54.42749899998307,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 61.11085399996955,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 64.54725599999074,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 54.61598500004038,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 54.39017299993429,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 54.19166299991775,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 0.4335269998991862,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 55.06816200003959,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 55.063908000011,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 54.87170299992431,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 54.150972999981605,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 54.25844199990388,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 53.94787200004794,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 55.55737199995201,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 55.12796099996194,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 0.4151330000022426,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 54.82315399998333,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.12120299995877,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 54.364900000044145,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.03138699999545,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 54.47925400000531,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 54.72950200003106,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 54.90087799995672,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.18036800005939,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 0.41863999993074685,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 55.22004199994262,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.463053000043146,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.33829700003844,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.822440000018105,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.205806000041775,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.088147999951616,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 53.79969799995888,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.61293800000567,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 0.43205499998293817,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 54.65216000005603,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 67.98678699997254,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 54.797660000040196,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 54.266127999988385,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 54.2960520000197,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 54.60697900003288,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 56.21253999997862,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 55.31079200003296,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 0.5046190000139177,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 55.70575299998745,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 55.57075299997814,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 54.20805100002326,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 54.55459299997892,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 54.60852300003171,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 54.93634400004521,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 56.04994799999986,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 54.75077199994121,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 0.4372640000656247,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.3921510000946,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.30648599995766,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 54.46866300003603,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 54.62030399998184,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 54.20299999997951,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.88618300005328,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 54.97626699996181,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 54.4911270000739,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 0.4866459999466315,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 59.45384099998046,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.16497399995569,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 54.80404399998952,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 54.57215999998152,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 54.16176899999846,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 54.79213499999605,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.095360000035726,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 57.04629600001499,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 0.4174679999705404,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 55.85504100006074,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 55.12024599988945,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 53.92719399998896,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 53.65058899996802,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 54.45751799992286,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 54.81548400002066,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 55.00556299998425,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 54.63044999993872,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 0.45616000005975366,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 53.54758099990431,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 55.418189000105485,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 53.710715000052005,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 54.47307599999476,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 54.550327000091784,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 54.61015999992378,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 54.280689999926835,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 54.055905000073835,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 0.42487099999561906,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.8810330000706,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.91021400003228,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 53.763703000033274,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.05658400000539,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 53.562387000070885,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.360862000030465,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 53.99186499998905,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.437127999961376,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 0.6757080000825226,
"failureMessages": [
"snippet: #2 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n semi: false\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 54.61559699999634,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 54.63832199992612,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 53.628489000024274,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 54.35246399999596,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 53.5099990000017,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 54.27096300001722,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 53.8421269999817,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 54.76224099996034,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 0.589957999996841,
"failureMessages": [
"snippet: #3 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 54.25003899994772,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 54.264801000012085,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 54.660181000013836,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 56.92511499999091,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 54.21674399997573,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 54.01561100000981,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 54.15995200001635,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 54.38844100001734,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 0.49430999998003244,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.045397000038065,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.57429999997839,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.14740800007712,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.73906200006604,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.22454100009054,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.55350399995223,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.46265699993819,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.521252000005916,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 0.4278969999868423,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.77283799997531,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 55.06886200001463,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.36923599999864,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.12984800001141,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.382759999949485,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.89666399999987,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.45199600001797,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.447695000097156,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 0.5383219999494031,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 54.399074999964796,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 55.62596500001382,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 54.38211299991235,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 54.47661999997217,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 53.87287799990736,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 55.89229400001932,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 54.69680699997116,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 54.13079399999697,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 0.4551569999894127,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 54.993188999942504,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 54.43186499993317,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 54.657614000025205,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 55.03536699991673,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 54.69806199998129,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 54.40961900004186,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 54.47021499997936,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 54.18087400007062,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 0.4945109999971464,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 54.840424999943934,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 54.70550399995409,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 54.58935900009237,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 54.447240000008605,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 54.60415400005877,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 54.96296699997038,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 54.81297000008635,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 53.99736799998209,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 0.42647399997804314,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 56.172033999930136,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 55.360143999918364,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 54.923637999920174,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 54.64484199997969,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 54.07171299995389,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 55.09964100003708,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 55.00888300000224,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 55.62668400001712,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 0.4706870000809431,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 55.311412999988534,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 55.450660999980755,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 54.99896300002001,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 55.279147999943234,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 55.70746900001541,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 54.72971899993718,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 55.26763000001665,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 55.23125199996866,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 0.4818070000037551,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 56.905380000011064,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 55.76743899995927,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 55.401570999994874,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 54.324835000094026,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 53.99104300001636,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 54.85764699999709,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 55.584700000006706,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 55.00537200004328,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 0.4906330000376329,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 55.27324399992358,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 55.03131700004451,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 54.26739999989513,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 54.23448300000746,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 54.476579000009224,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 54.99187400005758,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 55.17823300010059,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 55.07557099999394,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 0.44264399993699044,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 55.75666099996306,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 55.9004010000499,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 54.1740399999544,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 54.939006000058725,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 54.05357899994124,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 54.52385699993465,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 54.47391499998048,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 54.92617099999916,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 0.49109500006306916,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 55.25515500002075,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 54.87930799997412,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 54.722102000028826,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 54.58446799998637,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 54.47630099998787,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 55.052509999950416,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 54.58691000007093,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 55.153776000021026,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 0.484571999986656,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 55.659748999984004,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 56.02146499999799,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 54.51014899997972,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 54.304338999907486,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 54.14663999993354,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 54.75656199990772,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 54.65315200004261,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 55.15544100000989,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,13 +11,13 @@\n import * as bar from \"bar.json\" with { }\n import * as baz from \"baz.json\" with { /* comment */ }\n \n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" with {};\n + export * as baz from \"baz.json\" with { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" with {};\n + import * as baz from \"baz.json\" with { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 6)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 48,
"numPendingTests": 0,
"perfStats": {
"start": 59618.73134,
"end": 60866.49796900008,
"runtime": 1248,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 33,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-attributes/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.4444569998886436,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 55.94508700002916,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 1.5115849999710917,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.9177380000473931,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.9207649999298155,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 53.86662799993064,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 55.51688200002536,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.6739650000818074,
"failureMessages": [
"empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,13 +11,13 @@\n import * as bar from \"bar.json\" with { }\n import * as baz from \"baz.json\" with { /* comment */ }\n \n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" with {};\n + export * as baz from \"baz.json\" with { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" with {};\n + import * as baz from \"baz.json\" with { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 6)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 2.7323479999322444,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 1.061416000011377,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.7655660000164062,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 1.0930749999824911,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 56.20136900001671,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 55.52771799999755,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.5084270000224933,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 1.5707849999889731,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.9034419999225065,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.7303600000450388,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.8411860000342131,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 54.53117700002622,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 55.43636900000274,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.44629100000020117,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 1.3901980000082403,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.8256779999937862,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.7044509999686852,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.8810410000151023,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 54.75939700007439,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 54.57901700004004,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.4930480000330135,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 2.1232730000047013,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.9845539999660105,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.7695029999595135,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.7470909999683499,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 54.13469900004566,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 54.651743000024,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.4354410000378266,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 1.549855999997817,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.8268999999854714,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.7702839999692515,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.7199910000199452,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 54.423427000059746,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 54.42295899998862,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.4327260000864044,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 1.455208999919705,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.7928260000189766,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.7646539999404922,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.7244090000167489,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 53.75336299999617,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 54.182409000000916,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 99,
"numPendingTests": 0,
"perfStats": {
"start": 60897.74564400007,
"end": 66369.18842900003,
"runtime": 5471,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 8,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/directives/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"escaped.js"
],
"duration": 0.476518000010401,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 59.81170099996962,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 57.730217000003904,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 56.09456799994223,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 55.672037999960594,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 55.8989859999856,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 56.06364899990149,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 57.859775000019,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 55.03229700005613,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 0.4399190000258386,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 55.645957999979146,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 55.76981500000693,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 55.007446000003256,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 55.50165599992033,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 54.09732599998824,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 54.67835699999705,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 54.223062000004575,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 54.90323199995328,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 0.4469820000231266,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 55.02043999999296,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 54.15042199997697,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 55.02127699996345,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 54.71573200006969,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 54.55431999999564,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 54.91262099996675,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 55.3226910000667,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 54.9893709999742,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 0.44222399999853224,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 56.30883300001733,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 55.63069000001997,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 54.30029599997215,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 54.36295300000347,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 54.45044000004418,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 53.919837999972515,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 54.509872000082396,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 55.040150000015274,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 0.44145300006493926,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 54.43540600000415,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 58.09695599996485,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 54.52960299991537,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 53.933499999926426,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 54.30436599999666,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 54.45816200005356,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 54.671478000003844,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 54.25305999990087,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 0.4352499999804422,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 55.272909999941476,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 55.63555100001395,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 54.60365099995397,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 54.13192600000184,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 54.28178499999922,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 54.45581099996343,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 54.498695999966,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 54.41187000006903,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 0.42839799995999783,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.493866999982856,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.4236090000486,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.59962999995332,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.00241099996492,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.510629999917,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 55.09776499995496,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.26071500009857,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.48033299995586,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.42627400008495897,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 67.8238109999802,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.475363000063226,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.591628000023775,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.27645000000484,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 55.76517600007355,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.022033000015654,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.54349200008437,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.223354000016116,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.31799200002569705,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.35104200011119,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.73064800002612,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.33095599990338,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.92628600005992,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 57.645252000074834,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 57.62870200001635,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.147079000016674,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 53.70398999995086,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 0.2935270000016317,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.794024000060745,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.0546580000082,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.41678500000853,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 53.96381200000178,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.445177000015974,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.747827999992296,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.523584999958985,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.53309700009413,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 0.299146999954246,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.76503899996169,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.21801499999128,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.495822999975644,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.68353599996772,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.31898400001228,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.485049000009894,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.30574300000444,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.16426200000569,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "func-call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -173,14 +173,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -56,12 +56,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -145,14 +145,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -174,69 +174,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -249,12 +249,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -270,13 +270,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 113\n + Received + 117\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n @@ -196,132 +196,136 @@\n : {\n a: {\n a: 0,\n }\n ? {\n - a: 0,\n - }\n + a: 0,\n + }\n : {\n - y: {\n - a: 0,\n - }\n - ? {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n };\n \n a\n ? {\n a: function () {\n return a\n ? {\n - a: [\n - a\n - ? {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a\n - ? {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a\n - ? function () {\n - a\n - ? a(\n - a\n - ? {\n - a: a({\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n + }\n + : [\n {\n a: 0,\n },\n - a\n - ? a()\n - : a({\n - a: 0,\n - }),\n - ),\n - a()\n - ? {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a()\n - ? {\n - a: 0,\n - }\n - : (function (a) {\n - return a()\n - ? [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a\n - ? {\n - a: 0,\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a\n - ? function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n },\n }\n : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -250,12 +250,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -250,12 +250,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -18,11 +18,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -175,14 +175,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -58,12 +58,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -147,14 +147,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -176,69 +176,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -251,12 +251,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -272,13 +272,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbinary.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -17,27 +17,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - (\n - (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - (report === COMPANY_OVERVIEW &&\n - !ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - ) ?\n + (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + (report === COMPANY_OVERVIEW &&\n + !ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n <ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - : null;\n + ) : null;\n \n room = room.map((row, rowIndex) =>\n row.map((col, colIndex) =>\n - (\n - rowIndex === 0 ||\n - colIndex === 0 ||\n - rowIndex === height ||\n - colIndex === width\n - ) ?\n - 1\n - : 0,\n + rowIndex === 0 ||\n + colIndex === 0 ||\n + rowIndex === height ||\n + colIndex === width\n + ? 1\n + : 0,\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -16,15 +16,13 @@\n \n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n - (\n - glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n - ) ?\n - annularCooeedSplicesWalksWayWay\n - : kochabCooieGameOnOboleUnweave,\n + glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + anodyneCondosMalateOverateRetinol\n + ? annularCooeedSplicesWalksWayWay\n + : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent-after-paren.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -298,330 +298,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo11() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo12() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n foo13 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n return new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n throw new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n void new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - (\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n .annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n .annularCooeedSplicesWalksWayWay();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)()()();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n foo.bar.baz[\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n ];\n \n const decorated = (arg, ignoreRequestError) => {\n return (\n - (\n - typeof arg === \"string\" ||\n - (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - ) ?\n - $delegate(arg, ignoreRequestError)\n - : handleAsyncOperations(arg, ignoreRequestError)).foo();\n + typeof arg === \"string\" ||\n + (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + ? $delegate(arg, ignoreRequestError)\n + : handleAsyncOperations(arg, ignoreRequestError)\n + ).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 139\n + Received + 136\n \n @@ -171,160 +171,157 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + ? bbbbbbbbbbbbbbbbbb\n + : ccccccccccccccc\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - {\n - a: 0,\n - }\n - : {\n - a:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - y:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n - };\n -\n - a ?\n - {\n - a: function () {\n - return a ?\n - {\n - a: [\n - a ?\n - {\n + a\n + ? {\n + a: 0,\n + }\n + : {\n + a: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + y: {\n + a: 0,\n + }\n + ? {\n a: 0,\n - b: [a ? [0, 1] : []],\n }\n - : [\n - [\n - 0,\n - {\n + : {\n + a: 0,\n + },\n + },\n + };\n +\n + a\n + ? {\n + a: function () {\n + return a\n + ? {\n + a: [\n + a\n + ? {\n a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a ?\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n {\n a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a ?\n - function () {\n - a ?\n - a(\n - a ?\n - {\n - a: a({\n - a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n - {\n - a: 0,\n - },\n - a ? a() : (\n - a({\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - })\n - ),\n - ),\n - a() ?\n - {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a() ?\n - {\n - a: 0,\n - }\n - : (function (a) {\n - return a() ?\n - [\n + }\n + : [\n {\n a: 0,\n - b: a(),\n },\n - ]\n - : a([\n - a ?\n - {\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n a: 0,\n - }\n - : {},\n - {\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n + }\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n a: 0,\n - },\n - ]);\n - })(\n - a ?\n - function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n - },\n - }\n - : a;\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (a) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (a) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n + },\n + }\n + : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 17\n + Received + 21\n \n @@ -40,43 +40,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - (\n - $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - kochabCooieGameOnOboleUnweave\n + $var = (\n + $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + ? kochabCooieGameOnOboleUnweave\n : annularCooeedSplicesWalksWayWay\n - ) ?\n - anodyneCondosMalateOverateRetinol\n + )\n + ? anodyneCondosMalateOverateRetinol\n : averredBathersBoxroomBuggyNurl;\n \n - const value =\n - (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n + const value = (\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n - ) ?\n - true ? true\n + )\n + ? true\n + ? true\n : false\n - : true ? true\n + : true\n + ? true\n : false;\n \n (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + ) ? (\n <Element>\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n </Element>\n - : <Element2>\n + ) : (\n + <Element2>\n <Sub />\n <Sub />\n <Sub />\n - </Element2>;\n + </Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -139,110 +139,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - what == \"cone\" ?\n - (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - : (p) => `here's your ${p} ${what}`;\n + what == \"cone\"\n + ? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + : (p) => `here's your ${p} ${what}`;\n \n - const value =\n - condition1 ? value1\n - : condition2 ? value2\n - : condition3 ? value3\n + const value = condition1\n + ? value1\n + : condition2\n + ? value2\n + : condition3\n + ? value3\n : value4;\n \n const StorybookLoader = ({ match }) =>\n - match.params.storyId === \"button\" ? <ButtonStorybook />\n - : match.params.storyId === \"color\" ? <ColorBook />\n - : match.params.storyId === \"typography\" ? <TypographyBook />\n - : match.params.storyId === \"loading\" ? <LoaderStorybook />\n - : match.params.storyId === \"deal-list\" ? <DealListStory />\n - : <Message>\n + match.params.storyId === \"button\" ? (\n + <ButtonStorybook />\n + ) : match.params.storyId === \"color\" ? (\n + <ColorBook />\n + ) : match.params.storyId === \"typography\" ? (\n + <TypographyBook />\n + ) : match.params.storyId === \"loading\" ? (\n + <LoaderStorybook />\n + ) : match.params.storyId === \"deal-list\" ? (\n + <DealListStory />\n + ) : (\n + <Message>\n <Title>{\"Missing story book\"}</Title>\n <Content>\n <BackButton />\n </Content>\n - </Message>;\n + </Message>\n + );\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - state == \"success\" ?\n - 1 //'Payment completed successfully'\n - : state == \"processing\" ?\n - 2 //'Payment processing'\n - : state == \"invalid_cvc\" ?\n - 3 //'There was an issue with your CVC number'\n - : (\n - true //state == 'invalid_expiry'\n - ) ?\n - 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + state == \"success\"\n + ? 1 //'Payment completed successfully'\n + : state == \"processing\"\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n - (medals[0].record ? \"-record\"\n - : medals[0].unique ? \"-unique\"\n - : medals[0].type)\n + (medals[0].record\n + ? \"-record\"\n + : medals[0].unique\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n - {medals[0].record ?\n - i18n(\"Record\")\n - : medals[0].unique ?\n - i18n(\"Unique\")\n - : medals[0].type === 0 ?\n - i18n(\"Silver\")\n - : medals[0].type === 1 ?\n - i18n(\"Gold\")\n - : medals[0].type === 2 ?\n - i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + {medals[0].record\n + ? i18n(\"Record\")\n + : medals[0].unique\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n - a ? literalline\n - : (\n - {\n - 123: 12,\n - }\n - ) ?\n - line\n - : softline;\n + a\n + ? literalline\n + : {\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n - onFailure !== undefined ? onFailure : (\n - (error) => {\n - notify(\n - typeof error === \"string\" ? error : (\n - error.message || \"ra.notification.http_error\"\n - ),\n - \"warning\",\n - {\n - _:\n - typeof error === \"string\" ? error\n - : error && error.message ? error.message\n - : undefined,\n - },\n - );\n - refresh();\n - }\n - ),\n + onFailure !== undefined\n + ? onFailure\n + : (error) => {\n + notify(\n + typeof error === \"string\"\n + ? error\n + : error.message || \"ra.notification.http_error\",\n + \"warning\",\n + {\n + _:\n + typeof error === \"string\"\n + ? error\n + : error && error.message\n + ? error.message\n + : undefined,\n + },\n + );\n + refresh();\n + },\n };\n \n showNotification(\n typeof error === \"string\" ? error : error.message || body,\n level || \"warning\",\n @@ -251,13 +268,16 @@\n undoable: false,\n },\n );\n \n const result =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesis.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -10,29 +10,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - this.state.isVisible ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n - debug ?\n - this.state.isVisible && somethingComplex ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + ? this.state.isVisible && somethingComplex\n + ? \"partially visible\"\n + : \"hidden\"\n + : null;\n \n (a) =>\n - a ?\n - () => {\n - a;\n - }\n - : () => {\n - a;\n - };\n + a\n + ? () => {\n + a;\n + }\n + : () => {\n + a;\n + };\n (a) => (a ? a : a);\n (a) =>\n a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 18\n + Received + 13\n \n @@ -17,43 +17,38 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + const obj1 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n : shortThing;\n \n - const obj2 =\n - conditionIsTruthy ? shortThing : (\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - );\n + const obj2 = conditionIsTruthy\n + ? shortThing\n + : { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - conditionIsTruthy ?\n - {\n + const obj3 = conditionIsTruthy\n + ? {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n }\n : shortThing;\n \n - const obj4 =\n - conditionIsTruthy ? shortThing : (\n - {\n + const obj4 = conditionIsTruthy\n + ? shortThing\n + : {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n - }\n - );\n + };\n \n - const obj5 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + const obj5 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n : {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbinary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -18,27 +18,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - (\n - (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - (report === COMPANY_OVERVIEW &&\n - !ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - ) ?\n + (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + (report === COMPANY_OVERVIEW &&\n + !ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n <ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - : null;\n + ) : null;\n \n room = room.map((row, rowIndex) =>\n row.map((col, colIndex) =>\n - (\n - rowIndex === 0 ||\n - colIndex === 0 ||\n - rowIndex === height ||\n - colIndex === width\n - ) ?\n - 1\n - : 0,\n + rowIndex === 0 ||\n + colIndex === 0 ||\n + rowIndex === height ||\n + colIndex === width\n + ? 1\n + : 0,\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -17,15 +17,13 @@\n \n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n - (\n - glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n - ) ?\n - annularCooeedSplicesWalksWayWay\n - : kochabCooieGameOnOboleUnweave,\n + glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + anodyneCondosMalateOverateRetinol\n + ? annularCooeedSplicesWalksWayWay\n + : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -299,330 +299,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo11() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo12() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n foo13 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n return new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n throw new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n void new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - (\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n .annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n .annularCooeedSplicesWalksWayWay();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)()()();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n foo.bar.baz[\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n ];\n \n const decorated = (arg, ignoreRequestError) => {\n return (\n - (\n - typeof arg === \"string\" ||\n - (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - ) ?\n - $delegate(arg, ignoreRequestError)\n - : handleAsyncOperations(arg, ignoreRequestError)).foo();\n + typeof arg === \"string\" ||\n + (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + ? $delegate(arg, ignoreRequestError)\n + : handleAsyncOperations(arg, ignoreRequestError)\n + ).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 150\n + Received + 151\n \n @@ -172,160 +172,161 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + ? bbbbbbbbbbbbbbbbbb\n + : ccccccccccccccc\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - {\n - a: 0,\n - }\n - : {\n - a:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - y:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n - };\n + a\n + ? {\n + a: 0,\n + }\n + : {\n + a: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n + };\n \n - a ?\n - {\n - a: function () {\n - return a ?\n - {\n - a: [\n - a ?\n - {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a ?\n - {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a ?\n - function () {\n - a ?\n - a(\n - a ?\n - {\n - a: a({\n - a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n - {\n - a: 0,\n - },\n - a ? a() : (\n - a({\n - a: 0,\n - })\n - ),\n - ),\n - a() ?\n - {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a() ?\n - {\n - a: 0,\n - }\n - : (function (a) {\n - return a() ?\n - [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a ?\n - {\n - a: 0,\n - }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a ?\n - function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n - },\n - }\n - : a;\n + a\n + ? {\n + a: function () {\n + return a\n + ? {\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n + a: 0,\n + }\n + : [\n + {\n + a: 0,\n + },\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n + }\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n + },\n + }\n + : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -41,43 +41,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - (\n - $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - kochabCooieGameOnOboleUnweave\n - : annularCooeedSplicesWalksWayWay\n - ) ?\n - anodyneCondosMalateOverateRetinol\n - : averredBathersBoxroomBuggyNurl;\n + $var = (\n + $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + ? kochabCooieGameOnOboleUnweave\n + : annularCooeedSplicesWalksWayWay\n + )\n + ? anodyneCondosMalateOverateRetinol\n + : averredBathersBoxroomBuggyNurl;\n \n - const value =\n - (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n - true ? true\n - : false\n - : true ? true\n + const value = (\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + )\n + ? true\n + ? true\n + : false\n + : true\n + ? true\n : false;\n \n (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + ) ? (\n <Element>\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n </Element>\n - : <Element2>\n + ) : (\n + <Element2>\n <Sub />\n <Sub />\n <Sub />\n - </Element2>;\n + </Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -140,110 +140,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - what == \"cone\" ?\n - (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - : (p) => `here's your ${p} ${what}`;\n + what == \"cone\"\n + ? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + : (p) => `here's your ${p} ${what}`;\n \n - const value =\n - condition1 ? value1\n - : condition2 ? value2\n - : condition3 ? value3\n + const value = condition1\n + ? value1\n + : condition2\n + ? value2\n + : condition3\n + ? value3\n : value4;\n \n const StorybookLoader = ({ match }) =>\n - match.params.storyId === \"button\" ? <ButtonStorybook />\n - : match.params.storyId === \"color\" ? <ColorBook />\n - : match.params.storyId === \"typography\" ? <TypographyBook />\n - : match.params.storyId === \"loading\" ? <LoaderStorybook />\n - : match.params.storyId === \"deal-list\" ? <DealListStory />\n - : <Message>\n + match.params.storyId === \"button\" ? (\n + <ButtonStorybook />\n + ) : match.params.storyId === \"color\" ? (\n + <ColorBook />\n + ) : match.params.storyId === \"typography\" ? (\n + <TypographyBook />\n + ) : match.params.storyId === \"loading\" ? (\n + <LoaderStorybook />\n + ) : match.params.storyId === \"deal-list\" ? (\n + <DealListStory />\n + ) : (\n + <Message>\n <Title>{\"Missing story book\"}</Title>\n <Content>\n <BackButton />\n </Content>\n - </Message>;\n + </Message>\n + );\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - state == \"success\" ?\n - 1 //'Payment completed successfully'\n - : state == \"processing\" ?\n - 2 //'Payment processing'\n - : state == \"invalid_cvc\" ?\n - 3 //'There was an issue with your CVC number'\n - : (\n - true //state == 'invalid_expiry'\n - ) ?\n - 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + state == \"success\"\n + ? 1 //'Payment completed successfully'\n + : state == \"processing\"\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n - (medals[0].record ? \"-record\"\n - : medals[0].unique ? \"-unique\"\n - : medals[0].type)\n + (medals[0].record\n + ? \"-record\"\n + : medals[0].unique\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n - {medals[0].record ?\n - i18n(\"Record\")\n - : medals[0].unique ?\n - i18n(\"Unique\")\n - : medals[0].type === 0 ?\n - i18n(\"Silver\")\n - : medals[0].type === 1 ?\n - i18n(\"Gold\")\n - : medals[0].type === 2 ?\n - i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + {medals[0].record\n + ? i18n(\"Record\")\n + : medals[0].unique\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n - a ? literalline\n - : (\n - {\n - 123: 12,\n - }\n - ) ?\n - line\n - : softline;\n + a\n + ? literalline\n + : {\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n - onFailure !== undefined ? onFailure : (\n - (error) => {\n - notify(\n - typeof error === \"string\" ? error : (\n - error.message || \"ra.notification.http_error\"\n - ),\n - \"warning\",\n - {\n - _:\n - typeof error === \"string\" ? error\n - : error && error.message ? error.message\n - : undefined,\n - },\n - );\n - refresh();\n - }\n - ),\n + onFailure !== undefined\n + ? onFailure\n + : (error) => {\n + notify(\n + typeof error === \"string\"\n + ? error\n + : error.message || \"ra.notification.http_error\",\n + \"warning\",\n + {\n + _:\n + typeof error === \"string\"\n + ? error\n + : error && error.message\n + ? error.message\n + : undefined,\n + },\n + );\n + refresh();\n + },\n };\n \n showNotification(\n typeof error === \"string\" ? error : error.message || body,\n level || \"warning\",\n @@ -252,13 +269,16 @@\n undoable: false,\n },\n );\n \n const result =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -11,29 +11,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - this.state.isVisible ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n - debug ?\n - this.state.isVisible && somethingComplex ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + ? this.state.isVisible && somethingComplex\n + ? \"partially visible\"\n + : \"hidden\"\n + : null;\n \n (a) =>\n - a ?\n - () => {\n - a;\n - }\n - : () => {\n - a;\n - };\n + a\n + ? () => {\n + a;\n + }\n + : () => {\n + a;\n + };\n (a) => (a ? a : a);\n (a) =>\n a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 35\n + Received + 30\n \n @@ -18,46 +18,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - : shortThing;\n + const obj1 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + : shortThing;\n \n - const obj2 =\n - conditionIsTruthy ? shortThing : (\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - );\n + const obj2 = conditionIsTruthy\n + ? shortThing\n + : { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - conditionIsTruthy ?\n - {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - }\n - : shortThing;\n + const obj3 = conditionIsTruthy\n + ? {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + }\n + : shortThing;\n \n - const obj4 =\n - conditionIsTruthy ? shortThing : (\n - {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - }\n - );\n + const obj4 = conditionIsTruthy\n + ? shortThing\n + : {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + };\n \n - const obj5 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - : {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - };\n + const obj5 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + : {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbinary.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -18,27 +18,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - \t(\n - \t\t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - \t\t(report === COMPANY_OVERVIEW &&\n - \t\t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - \t) ?\n + \t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + \t(report === COMPANY_OVERVIEW &&\n + \t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n \t\t<ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - \t:\tnull;\n + \t) : null;\n \n room = room.map((row, rowIndex) =>\n \trow.map((col, colIndex) =>\n - \t\t(\n - \t\t\trowIndex === 0 ||\n - \t\t\tcolIndex === 0 ||\n - \t\t\trowIndex === height ||\n - \t\t\tcolIndex === width\n - \t\t) ?\n - \t\t\t1\n - \t\t:\t0,\n + \t\trowIndex === 0 ||\n + \t\tcolIndex === 0 ||\n + \t\trowIndex === height ||\n + \t\tcolIndex === width\n + \t\t\t? 1\n + \t\t\t: 0,\n \t),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -17,15 +17,13 @@\n \n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\t\tanodyneCondosMalateOverateRetinol\n - \t) ?\n - \t\tannularCooeedSplicesWalksWayWay\n - \t:\tkochabCooieGameOnOboleUnweave,\n + \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + \tanodyneCondosMalateOverateRetinol\n + \t\t? annularCooeedSplicesWalksWayWay\n + \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -299,330 +299,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo11() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo12() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n foo13 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n \treturn new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n \tthrow new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n \tvoid new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \t\tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + \tglimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n \t.annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n \t.annularCooeedSplicesWalksWayWay();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)()()();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n \tfoo.bar.baz[\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n \t];\n \n const decorated = (arg, ignoreRequestError) => {\n \treturn (\n - \t\t(\n - \t\t\ttypeof arg === \"string\" ||\n - \t\t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - \t\t) ?\n - \t\t\t$delegate(arg, ignoreRequestError)\n - \t\t:\thandleAsyncOperations(arg, ignoreRequestError)).foo();\n + \t\ttypeof arg === \"string\" ||\n + \t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + \t\t\t? $delegate(arg, ignoreRequestError)\n + \t\t\t: handleAsyncOperations(arg, ignoreRequestError)\n + \t).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n \tfn[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n \tfn?.[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn?.[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 141\n + Received + 138\n \n @@ -172,160 +172,157 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n -\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t\t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - :\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaa\n + \t? bbbbbbbbbbbbbbbbbb\n + \t: ccccccccccccccc\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n - a ?\n - \t{\n - \t\ta: 0,\n - \t}\n - :\t{\n - \t\ta:\n - \t\t\t(\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t) ?\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t:\t{\n - \t\t\t\t\ty:\n - \t\t\t\t\t\t(\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t) ?\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t},\n - \t\t\t\t},\n - \t};\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - \t{\n - \t\ta: function () {\n - \t\t\treturn a ?\n - \t\t\t\t\t{\n - \t\t\t\t\t\ta: [\n - \t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t{\n + a\n + \t? {\n + \t\t\ta: 0,\n + \t }\n + \t: {\n + \t\t\ta: {\n + \t\t\t\ta: 0,\n + \t\t\t}\n + \t\t\t\t? {\n + \t\t\t\t\t\ta: 0,\n + \t\t\t\t }\n + \t\t\t\t: {\n + \t\t\t\t\t\ty: {\n + \t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t}\n + \t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n - \t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t[\n - \t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t: {\n + \t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t },\n + \t\t\t\t },\n + \t };\n +\n + a\n + \t? {\n + \t\t\ta: function () {\n + \t\t\t\treturn a\n + \t\t\t\t\t? {\n + \t\t\t\t\t\t\ta: [\n + \t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n - \t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\t\t\treturn a ?\n + \t\t\t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n + \t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t0,\n \t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t];\n - \t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t],\n - \t\t\t\t\t}\n - \t\t\t\t:\t[\n - \t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}),\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta ? a() : (\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta({\n + \t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n + \t\t\t\t\t\t\t\t\t\t\t],\n + \t\t\t\t\t\t\t\t\t\t\tfunction () {\n + \t\t\t\t\t\t\t\t\t\t\t\treturn a\n + \t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t})\n - \t\t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\t)\n - \t\t\t\t\t\t\t\t:\ta(\n - \t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t(function (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\treturn a() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t: [\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]\n - \t\t\t\t\t\t\t\t\t\t\t\t\t:\ta([\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t ];\n + \t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t],\n + \t\t\t\t\t }\n + \t\t\t\t\t: [\n + \t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t? function () {\n + \t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t? a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a({\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t\t\t\t\t )\n + \t\t\t\t\t\t\t\t\t\t\t: a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]);\n - \t\t\t\t\t\t\t\t\t\t\t})(\n - \t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t);\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\tfunction () {},\n - \t\t\t\t\t];\n - \t\t},\n - \t}\n - :\ta;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: (function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a([\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]);\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t })(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t },\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ),\n + \t\t\t\t\t\t\t\t\t\t\t );\n + \t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t: function () {},\n + \t\t\t\t\t ];\n + \t\t\t},\n + \t }\n + \t: a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -41,43 +41,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - \t(\n - \t\t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - \t\t\tkochabCooieGameOnOboleUnweave\n - \t\t:\tannularCooeedSplicesWalksWayWay\n - \t) ?\n - \t\tanodyneCondosMalateOverateRetinol\n - \t:\taverredBathersBoxroomBuggyNurl;\n + $var = (\n + \t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + \t\t? kochabCooieGameOnOboleUnweave\n + \t\t: annularCooeedSplicesWalksWayWay\n + )\n + \t? anodyneCondosMalateOverateRetinol\n + \t: averredBathersBoxroomBuggyNurl;\n \n - const value =\n - \t(\n - \t\tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t\t:\tglimseGlyphsHazardNoopsTieTie\n - \t) ?\n - \t\ttrue ? true\n - \t\t:\tfalse\n - \t: true ? true\n + const value = (\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + )\n + \t? true\n + \t\t? true\n + \t\t: false\n + \t: true\n + \t? true\n \t: false;\n \n (\n - \tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t:\tglimseGlyphsHazardNoopsTieTie\n - ) ?\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + ) ? (\n \t<Element>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t</Element>\n - :\t<Element2>\n + ) : (\n + \t<Element2>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n - \t</Element2>;\n + \t</Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -140,110 +140,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - \twhat == \"cone\" ?\n - \t\t(p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - \t:\t(p) => `here's your ${p} ${what}`;\n + \twhat == \"cone\"\n + \t\t? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + \t\t: (p) => `here's your ${p} ${what}`;\n \n - const value =\n - \tcondition1 ? value1\n - \t: condition2 ? value2\n - \t: condition3 ? value3\n + const value = condition1\n + \t? value1\n + \t: condition2\n + \t? value2\n + \t: condition3\n + \t? value3\n \t: value4;\n \n const StorybookLoader = ({ match }) =>\n - \tmatch.params.storyId === \"button\" ? <ButtonStorybook />\n - \t: match.params.storyId === \"color\" ? <ColorBook />\n - \t: match.params.storyId === \"typography\" ? <TypographyBook />\n - \t: match.params.storyId === \"loading\" ? <LoaderStorybook />\n - \t: match.params.storyId === \"deal-list\" ? <DealListStory />\n - \t: <Message>\n + \tmatch.params.storyId === \"button\" ? (\n + \t\t<ButtonStorybook />\n + \t) : match.params.storyId === \"color\" ? (\n + \t\t<ColorBook />\n + \t) : match.params.storyId === \"typography\" ? (\n + \t\t<TypographyBook />\n + \t) : match.params.storyId === \"loading\" ? (\n + \t\t<LoaderStorybook />\n + \t) : match.params.storyId === \"deal-list\" ? (\n + \t\t<DealListStory />\n + \t) : (\n + \t\t<Message>\n \t\t\t<Title>{\"Missing story book\"}</Title>\n \t\t\t<Content>\n \t\t\t\t<BackButton />\n \t\t\t</Content>\n - \t\t</Message>;\n + \t\t</Message>\n + \t);\n \n const message =\n - \ti % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - \t: i % 3 === 0 ? \"fizz\"\n - \t: i % 5 === 0 ? \"buzz\"\n - \t: String(i);\n + \ti % 3 === 0 && i % 5 === 0\n + \t\t? \"fizzbuzz\"\n + \t\t: i % 3 === 0\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n - \tstate == \"success\" ? \"Payment completed successfully\"\n - \t: state == \"processing\" ? \"Payment processing\"\n - \t: state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - \t: state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - \t: \"There was an issue with the payment. Please contact support.\";\n + \tstate == \"success\"\n + \t\t? \"Payment completed successfully\"\n + \t\t: state == \"processing\"\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - \tstate == \"success\" ?\n - \t\t1 //'Payment completed successfully'\n - \t: state == \"processing\" ?\n - \t\t2 //'Payment processing'\n - \t: state == \"invalid_cvc\" ?\n - \t\t3 //'There was an issue with your CVC number'\n - \t: (\n - \t\ttrue //state == 'invalid_expiry'\n - \t) ?\n - \t\t4 //'Expiry must be sometime in the past.'\n - \t:\t5; // 'There was an issue with the payment. Please contact support.'\n + \tstate == \"success\"\n + \t\t? 1 //'Payment completed successfully'\n + \t\t: state == \"processing\"\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n - \t\t\t(medals[0].record ? \"-record\"\n - \t\t\t: medals[0].unique ? \"-unique\"\n - \t\t\t: medals[0].type)\n + \t\t\t(medals[0].record\n + \t\t\t\t? \"-record\"\n + \t\t\t\t: medals[0].unique\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n - \t\t{medals[0].record ?\n - \t\t\ti18n(\"Record\")\n - \t\t: medals[0].unique ?\n - \t\t\ti18n(\"Unique\")\n - \t\t: medals[0].type === 0 ?\n - \t\t\ti18n(\"Silver\")\n - \t\t: medals[0].type === 1 ?\n - \t\t\ti18n(\"Gold\")\n - \t\t: medals[0].type === 2 ?\n - \t\t\ti18n(\"Platinum\")\n - \t\t:\ti18n(\"Theme\")}\n + \t\t{medals[0].record\n + \t\t\t? i18n(\"Record\")\n + \t\t\t: medals[0].unique\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n - a ? literalline\n - : (\n - \t{\n - \t\t123: 12,\n - \t}\n - ) ?\n - \tline\n - :\tsoftline;\n + a\n + \t? literalline\n + \t: {\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n - \t\tonFailure !== undefined ? onFailure : (\n - \t\t\t(error) => {\n - \t\t\t\tnotify(\n - \t\t\t\t\ttypeof error === \"string\" ? error : (\n - \t\t\t\t\t\terror.message || \"ra.notification.http_error\"\n - \t\t\t\t\t),\n - \t\t\t\t\t\"warning\",\n - \t\t\t\t\t{\n - \t\t\t\t\t\t_:\n - \t\t\t\t\t\t\ttypeof error === \"string\" ? error\n - \t\t\t\t\t\t\t: error && error.message ? error.message\n - \t\t\t\t\t\t\t: undefined,\n - \t\t\t\t\t},\n - \t\t\t\t);\n - \t\t\t\trefresh();\n - \t\t\t}\n - \t\t),\n + \t\tonFailure !== undefined\n + \t\t\t? onFailure\n + \t\t\t: (error) => {\n + \t\t\t\t\tnotify(\n + \t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t: error.message || \"ra.notification.http_error\",\n + \t\t\t\t\t\t\"warning\",\n + \t\t\t\t\t\t{\n + \t\t\t\t\t\t\t_:\n + \t\t\t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t\t\t: error && error.message\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n + \t\t\t\t\t\t},\n + \t\t\t\t\t);\n + \t\t\t\t\trefresh();\n + \t\t\t },\n };\n \n showNotification(\n \ttypeof error === \"string\" ? error : error.message || body,\n \tlevel || \"warning\",\n @@ -252,13 +269,16 @@\n \t\tundoable: false,\n \t},\n );\n \n const result =\n - \tchildren && !isEmptyChildren(children) ? children\n - \t: props.match ?\n - \t\tcomponent ? React.createElement(component, props)\n - \t\t: render ? render(props)\n - \t\t: null\n - \t:\tnull;\n + \tchildren && !isEmptyChildren(children)\n + \t\t? children\n + \t\t: props.match\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -11,29 +11,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - \tthis.state.isVisible ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n - debug ?\n - \tthis.state.isVisible && somethingComplex ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + \t? this.state.isVisible && somethingComplex\n + \t\t? \"partially visible\"\n + \t\t: \"hidden\"\n + \t: null;\n \n (a) =>\n - \ta ?\n - \t\t() => {\n - \t\t\ta;\n - \t\t}\n - \t:\t() => {\n - \t\t\ta;\n - \t\t};\n + \ta\n + \t\t? () => {\n + \t\t\t\ta;\n + \t\t }\n + \t\t: () => {\n + \t\t\t\ta;\n + \t\t };\n (a) => (a ? a : a);\n (a) =>\n \ta ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 23\n + Received + 18\n \n @@ -18,46 +18,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\tshortThing;\n + const obj1 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: shortThing;\n \n - const obj2 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t);\n + const obj2 = conditionIsTruthy\n + \t? shortThing\n + \t: { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - \tconditionIsTruthy ?\n - \t\t{\n + const obj3 = conditionIsTruthy\n + \t? {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t:\tshortThing;\n + \t }\n + \t: shortThing;\n \n - const obj4 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{\n + const obj4 = conditionIsTruthy\n + \t? shortThing\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t);\n + \t };\n \n - const obj5 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\t{\n + const obj5 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t};\n + \t };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbinary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -19,27 +19,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - \t(\n - \t\t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - \t\t(report === COMPANY_OVERVIEW &&\n - \t\t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - \t) ?\n + \t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + \t(report === COMPANY_OVERVIEW &&\n + \t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n \t\t<ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - \t:\tnull;\n + \t) : null;\n \n room = room.map((row, rowIndex) =>\n \trow.map((col, colIndex) =>\n - \t\t(\n - \t\t\trowIndex === 0 ||\n - \t\t\tcolIndex === 0 ||\n - \t\t\trowIndex === height ||\n - \t\t\tcolIndex === width\n - \t\t) ?\n - \t\t\t1\n - \t\t:\t0,\n + \t\trowIndex === 0 ||\n + \t\tcolIndex === 0 ||\n + \t\trowIndex === height ||\n + \t\tcolIndex === width\n + \t\t\t? 1\n + \t\t\t: 0,\n \t),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -18,15 +18,13 @@\n \n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\t\tanodyneCondosMalateOverateRetinol\n - \t) ?\n - \t\tannularCooeedSplicesWalksWayWay\n - \t:\tkochabCooieGameOnOboleUnweave,\n + \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + \tanodyneCondosMalateOverateRetinol\n + \t\t? annularCooeedSplicesWalksWayWay\n + \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -300,330 +300,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo11() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo12() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n foo13 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n \treturn new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n \tthrow new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n \tvoid new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \t\tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + \tglimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n \t.annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n \t.annularCooeedSplicesWalksWayWay();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)()()();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n \tfoo.bar.baz[\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n \t];\n \n const decorated = (arg, ignoreRequestError) => {\n \treturn (\n - \t\t(\n - \t\t\ttypeof arg === \"string\" ||\n - \t\t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - \t\t) ?\n - \t\t\t$delegate(arg, ignoreRequestError)\n - \t\t:\thandleAsyncOperations(arg, ignoreRequestError)).foo();\n + \t\ttypeof arg === \"string\" ||\n + \t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + \t\t\t? $delegate(arg, ignoreRequestError)\n + \t\t\t: handleAsyncOperations(arg, ignoreRequestError)\n + \t).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n \tfn[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n \tfn?.[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn?.[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 141\n + Received + 142\n \n @@ -173,160 +173,161 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + \t? bbbbbbbbbbbbbbbbbb\n + \t: ccccccccccccccc\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t\t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - :\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - \t{\n - \t\ta: 0,\n - \t}\n - :\t{\n - \t\ta:\n - \t\t\t(\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t) ?\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t:\t{\n - \t\t\t\t\ty:\n - \t\t\t\t\t\t(\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t) ?\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t},\n - \t\t\t\t},\n - \t};\n -\n - a ?\n - \t{\n - \t\ta: function () {\n - \t\t\treturn a ?\n - \t\t\t\t\t{\n - \t\t\t\t\t\ta: [\n - \t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t{\n + a\n + \t? {\n + \t\t\ta: 0,\n + \t }\n + \t: {\n + \t\t\ta: {\n + \t\t\t\ta: 0,\n + \t\t\t}\n + \t\t\t\t? {\n + \t\t\t\t\t\ta: 0,\n + \t\t\t\t }\n + \t\t\t\t: {\n + \t\t\t\t\t\ty: {\n + \t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t}\n + \t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n - \t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t[\n - \t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t: {\n + \t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t },\n + \t\t\t\t },\n + \t };\n +\n + a\n + \t? {\n + \t\t\ta: function () {\n + \t\t\t\treturn a\n + \t\t\t\t\t? {\n + \t\t\t\t\t\t\ta: [\n + \t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n - \t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\t\t\treturn a ?\n + \t\t\t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n + \t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t0,\n \t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t];\n - \t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t],\n - \t\t\t\t\t}\n - \t\t\t\t:\t[\n - \t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: a({\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}),\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta ? a() : (\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta({\n + \t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n + \t\t\t\t\t\t\t\t\t\t\t],\n + \t\t\t\t\t\t\t\t\t\t\tfunction () {\n + \t\t\t\t\t\t\t\t\t\t\t\treturn a\n + \t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t})\n - \t\t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\t)\n - \t\t\t\t\t\t\t\t:\ta(\n - \t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t(function (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\treturn a() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t: [\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]\n - \t\t\t\t\t\t\t\t\t\t\t\t\t:\ta([\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t ];\n + \t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t],\n + \t\t\t\t\t }\n + \t\t\t\t\t: [\n + \t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t? function () {\n + \t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t? a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a({\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t\t\t\t\t )\n + \t\t\t\t\t\t\t\t\t\t\t: a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]);\n - \t\t\t\t\t\t\t\t\t\t\t})(\n - \t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t);\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\tfunction () {},\n - \t\t\t\t\t];\n - \t\t},\n - \t}\n - :\ta;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: (function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a([\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]);\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t })(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? function (\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: function (\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t },\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ),\n + \t\t\t\t\t\t\t\t\t\t\t );\n + \t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t: function () {},\n + \t\t\t\t\t ];\n + \t\t\t},\n + \t }\n + \t: a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -42,43 +42,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - \t(\n - \t\t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - \t\t\tkochabCooieGameOnOboleUnweave\n - \t\t:\tannularCooeedSplicesWalksWayWay\n - \t) ?\n - \t\tanodyneCondosMalateOverateRetinol\n - \t:\taverredBathersBoxroomBuggyNurl;\n + $var = (\n + \t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + \t\t? kochabCooieGameOnOboleUnweave\n + \t\t: annularCooeedSplicesWalksWayWay\n + )\n + \t? anodyneCondosMalateOverateRetinol\n + \t: averredBathersBoxroomBuggyNurl;\n \n - const value =\n - \t(\n - \t\tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t\t:\tglimseGlyphsHazardNoopsTieTie\n - \t) ?\n - \t\ttrue ? true\n - \t\t:\tfalse\n - \t: true ? true\n + const value = (\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + )\n + \t? true\n + \t\t? true\n + \t\t: false\n + \t: true\n + \t? true\n \t: false;\n \n (\n - \tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t:\tglimseGlyphsHazardNoopsTieTie\n - ) ?\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + ) ? (\n \t<Element>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t</Element>\n - :\t<Element2>\n + ) : (\n + \t<Element2>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n - \t</Element2>;\n + \t</Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -141,110 +141,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - \twhat == \"cone\" ?\n - \t\t(p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - \t:\t(p) => `here's your ${p} ${what}`;\n + \twhat == \"cone\"\n + \t\t? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + \t\t: (p) => `here's your ${p} ${what}`;\n \n - const value =\n - \tcondition1 ? value1\n - \t: condition2 ? value2\n - \t: condition3 ? value3\n + const value = condition1\n + \t? value1\n + \t: condition2\n + \t? value2\n + \t: condition3\n + \t? value3\n \t: value4;\n \n const StorybookLoader = ({ match }) =>\n - \tmatch.params.storyId === \"button\" ? <ButtonStorybook />\n - \t: match.params.storyId === \"color\" ? <ColorBook />\n - \t: match.params.storyId === \"typography\" ? <TypographyBook />\n - \t: match.params.storyId === \"loading\" ? <LoaderStorybook />\n - \t: match.params.storyId === \"deal-list\" ? <DealListStory />\n - \t: <Message>\n + \tmatch.params.storyId === \"button\" ? (\n + \t\t<ButtonStorybook />\n + \t) : match.params.storyId === \"color\" ? (\n + \t\t<ColorBook />\n + \t) : match.params.storyId === \"typography\" ? (\n + \t\t<TypographyBook />\n + \t) : match.params.storyId === \"loading\" ? (\n + \t\t<LoaderStorybook />\n + \t) : match.params.storyId === \"deal-list\" ? (\n + \t\t<DealListStory />\n + \t) : (\n + \t\t<Message>\n \t\t\t<Title>{\"Missing story book\"}</Title>\n \t\t\t<Content>\n \t\t\t\t<BackButton />\n \t\t\t</Content>\n - \t\t</Message>;\n + \t\t</Message>\n + \t);\n \n const message =\n - \ti % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - \t: i % 3 === 0 ? \"fizz\"\n - \t: i % 5 === 0 ? \"buzz\"\n - \t: String(i);\n + \ti % 3 === 0 && i % 5 === 0\n + \t\t? \"fizzbuzz\"\n + \t\t: i % 3 === 0\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n - \tstate == \"success\" ? \"Payment completed successfully\"\n - \t: state == \"processing\" ? \"Payment processing\"\n - \t: state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - \t: state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - \t: \"There was an issue with the payment. Please contact support.\";\n + \tstate == \"success\"\n + \t\t? \"Payment completed successfully\"\n + \t\t: state == \"processing\"\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - \tstate == \"success\" ?\n - \t\t1 //'Payment completed successfully'\n - \t: state == \"processing\" ?\n - \t\t2 //'Payment processing'\n - \t: state == \"invalid_cvc\" ?\n - \t\t3 //'There was an issue with your CVC number'\n - \t: (\n - \t\ttrue //state == 'invalid_expiry'\n - \t) ?\n - \t\t4 //'Expiry must be sometime in the past.'\n - \t:\t5; // 'There was an issue with the payment. Please contact support.'\n + \tstate == \"success\"\n + \t\t? 1 //'Payment completed successfully'\n + \t\t: state == \"processing\"\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n - \t\t\t(medals[0].record ? \"-record\"\n - \t\t\t: medals[0].unique ? \"-unique\"\n - \t\t\t: medals[0].type)\n + \t\t\t(medals[0].record\n + \t\t\t\t? \"-record\"\n + \t\t\t\t: medals[0].unique\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n - \t\t{medals[0].record ?\n - \t\t\ti18n(\"Record\")\n - \t\t: medals[0].unique ?\n - \t\t\ti18n(\"Unique\")\n - \t\t: medals[0].type === 0 ?\n - \t\t\ti18n(\"Silver\")\n - \t\t: medals[0].type === 1 ?\n - \t\t\ti18n(\"Gold\")\n - \t\t: medals[0].type === 2 ?\n - \t\t\ti18n(\"Platinum\")\n - \t\t:\ti18n(\"Theme\")}\n + \t\t{medals[0].record\n + \t\t\t? i18n(\"Record\")\n + \t\t\t: medals[0].unique\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n - a ? literalline\n - : (\n - \t{\n - \t\t123: 12,\n - \t}\n - ) ?\n - \tline\n - :\tsoftline;\n + a\n + \t? literalline\n + \t: {\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n - \t\tonFailure !== undefined ? onFailure : (\n - \t\t\t(error) => {\n - \t\t\t\tnotify(\n - \t\t\t\t\ttypeof error === \"string\" ? error : (\n - \t\t\t\t\t\terror.message || \"ra.notification.http_error\"\n - \t\t\t\t\t),\n - \t\t\t\t\t\"warning\",\n - \t\t\t\t\t{\n - \t\t\t\t\t\t_:\n - \t\t\t\t\t\t\ttypeof error === \"string\" ? error\n - \t\t\t\t\t\t\t: error && error.message ? error.message\n - \t\t\t\t\t\t\t: undefined,\n - \t\t\t\t\t},\n - \t\t\t\t);\n - \t\t\t\trefresh();\n - \t\t\t}\n - \t\t),\n + \t\tonFailure !== undefined\n + \t\t\t? onFailure\n + \t\t\t: (error) => {\n + \t\t\t\t\tnotify(\n + \t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t: error.message || \"ra.notification.http_error\",\n + \t\t\t\t\t\t\"warning\",\n + \t\t\t\t\t\t{\n + \t\t\t\t\t\t\t_:\n + \t\t\t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t\t\t: error && error.message\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n + \t\t\t\t\t\t},\n + \t\t\t\t\t);\n + \t\t\t\t\trefresh();\n + \t\t\t },\n };\n \n showNotification(\n \ttypeof error === \"string\" ? error : error.message || body,\n \tlevel || \"warning\",\n @@ -253,13 +270,16 @@\n \t\tundoable: false,\n \t},\n );\n \n const result =\n - \tchildren && !isEmptyChildren(children) ? children\n - \t: props.match ?\n - \t\tcomponent ? React.createElement(component, props)\n - \t\t: render ? render(props)\n - \t\t: null\n - \t:\tnull;\n + \tchildren && !isEmptyChildren(children)\n + \t\t? children\n + \t\t: props.match\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -12,29 +12,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - \tthis.state.isVisible ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n - debug ?\n - \tthis.state.isVisible && somethingComplex ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + \t? this.state.isVisible && somethingComplex\n + \t\t? \"partially visible\"\n + \t\t: \"hidden\"\n + \t: null;\n \n (a) =>\n - \ta ?\n - \t\t() => {\n - \t\t\ta;\n - \t\t}\n - \t:\t() => {\n - \t\t\ta;\n - \t\t};\n + \ta\n + \t\t? () => {\n + \t\t\t\ta;\n + \t\t }\n + \t\t: () => {\n + \t\t\t\ta;\n + \t\t };\n (a) => (a ? a : a);\n (a) =>\n \ta ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 23\n + Received + 18\n \n @@ -19,46 +19,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\tshortThing;\n + const obj1 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: shortThing;\n \n - const obj2 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t);\n + const obj2 = conditionIsTruthy\n + \t? shortThing\n + \t: { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - \tconditionIsTruthy ?\n - \t\t{\n + const obj3 = conditionIsTruthy\n + \t? {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t:\tshortThing;\n + \t }\n + \t: shortThing;\n \n - const obj4 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{\n + const obj4 = conditionIsTruthy\n + \t? shortThing\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t);\n + \t };\n \n - const obj5 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\t{\n + const obj5 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t};\n + \t };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 48,
"numPassingTests": 528,
"numPendingTests": 0,
"perfStats": {
"start": 66438.21780799999,
"end": 102806.67329900007,
"runtime": 36368,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 16,
"unchecked": 0,
"unmatched": 48,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ternaries/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binary.js"
],
"duration": 0.4342990000732243,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 64.04652400000487,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 62.866584999952465,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 58.34277099999599,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 57.49102199997287,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 58.33067000005394,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 58.33606600004714,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 58.761358999996446,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 59.24558099999558,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 0.6780439999420196,
"failureMessages": [
"func-call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 57.70377100002952,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 55.59988299990073,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 54.87230099993758,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 55.78564999997616,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 54.69233400002122,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 55.92570100002922,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 54.95626100001391,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 55.39362200000323,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 0.5531699999701232,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 116.19725800002925,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 104.53382300003432,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 72.89300100004766,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 70.13102000008803,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 73.85779999999795,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 73.51590700005181,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 74.489993999945,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 74.70473600004334,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.8161500000860542,
"failureMessages": [
"indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -173,14 +173,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 82.5461780000478,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 66.15739499998745,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 66.71000199997798,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.962305999943055,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.48220399999991,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 63.8895200000843,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 63.57406499993522,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 61.776537999976426,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 0.6633859999710694,
"failureMessages": [
"nested-in-condition.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -56,12 +56,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 65.75872000004165,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 62.445922999992035,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 57.63423199998215,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 57.698414999991655,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 57.90228500007652,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 62.45470400003251,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 60.2588949999772,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 58.06992999999784,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 1.6178240000735968,
"failureMessages": [
"nested.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -145,14 +145,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -174,69 +174,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -249,12 +249,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -270,13 +270,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 115.37500400003046,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 75.28230199997779,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 67.63564900006168,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 69.01132699998561,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 69.78558200004045,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 69.53467999992426,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 72.26672099996358,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 73.57873999990989,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 0.4824289999669418,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 57.61338900006376,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 57.695211999933235,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 56.77046199992765,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 57.370072999969125,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 56.49343300005421,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 59.329754000063986,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 57.5592310000211,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 56.92723799997475,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.511231999960728,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 64.34201499994379,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.309854999999516,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.716406999970786,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.898459000047296,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.254177000024356,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.060443000053056,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.39393699995708,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.33189300005324,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 0.5569769999710843,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 64.13359700003639,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 58.76676100003533,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 57.87407500005793,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 57.865380999981426,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 58.34040200000163,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 57.57120300002862,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 59.155404999968596,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 59.33533399994485,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 0.7594340000068769,
"failureMessages": [
"func-call.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 56.93883100000676,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 55.99862199998461,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 55.74852700007614,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 55.44978600007016,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 55.86121700005606,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 55.79818200005684,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 55.6544199999189,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 55.636430000071414,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 0.608883999986574,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 113.60617400007322,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 89.7327959999675,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 74.95351399993524,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 73.09660699998494,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 76.7887510000728,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 71.4651109999977,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 74.29012000001967,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 73.96458399994299,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 6.9080339999636635,
"failureMessages": [
"indent.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 113\n + Received + 117\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n @@ -196,132 +196,136 @@\n : {\n a: {\n a: 0,\n }\n ? {\n - a: 0,\n - }\n + a: 0,\n + }\n : {\n - y: {\n - a: 0,\n - }\n - ? {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n };\n \n a\n ? {\n a: function () {\n return a\n ? {\n - a: [\n - a\n - ? {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a\n - ? {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a\n - ? function () {\n - a\n - ? a(\n - a\n - ? {\n - a: a({\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n + }\n + : [\n {\n a: 0,\n },\n - a\n - ? a()\n - : a({\n - a: 0,\n - }),\n - ),\n - a()\n - ? {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a()\n - ? {\n - a: 0,\n - }\n - : (function (a) {\n - return a()\n - ? [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a\n - ? {\n - a: 0,\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a\n - ? function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n },\n }\n : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 66.9867399999639,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 67.62441799999215,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 62.68361900001764,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 60.51924100005999,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 62.72724299994297,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 61.81249099993147,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 62.84267299994826,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 62.191317999968305,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 0.7172060000011697,
"failureMessages": [
"nested-in-condition.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 60.65820800000802,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 60.17805800004862,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 57.51063500007149,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 59.6557380000595,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 57.03970500000287,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 57.46961199992802,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 58.20163800008595,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 57.62711000000127,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 1.1682959999889135,
"failureMessages": [
"nested.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -250,12 +250,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 77.5800740000559,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 70.24843799998052,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 64.40891900006682,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 65.7985869999975,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 69.93783199996687,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 68.33477000007406,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 67.30378900002688,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 67.84309500001837,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 0.44441799994092435,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 59.52000799996313,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 59.206308000022545,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 57.66743600007612,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 56.61748399992939,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 57.780483999988064,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 58.13988899998367,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 58.351275000022724,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 58.5087839999469,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 0.4549979999428615,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 60.134559000027366,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 60.92034299997613,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 59.3221870000707,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 58.76545099995565,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 56.9839679999277,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 58.442861000075936,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 58.65857500000857,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 58.196217000018805,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 0.46126899996306747,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 59.24042499996722,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 60.90299099998083,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 58.3416810000781,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 58.37319200008642,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 58.00526800006628,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 58.67561899998691,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 58.10272800002713,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 59.73637900000904,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 0.6947040000231937,
"failureMessages": [
"func-call.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 56.98425700003281,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 56.25196699996013,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 56.44627099996433,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 56.545556999975815,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 56.28287100000307,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 56.10433999996167,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 56.08742600004189,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 56.56573500006925,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 0.5714540000772104,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 90.60549300001003,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 75.34001500008162,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 73.68725100008305,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 69.89214699994773,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 68.8533489999827,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 82.86541900003795,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 74.48042100004386,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 73.20227699994575,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 0.9032219999935478,
"failureMessages": [
"indent.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 79.06775299995206,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 68.94465599989053,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 63.09190600004513,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 61.91750099998899,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 60.64161399996374,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 63.977665000013076,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 64.59777100000065,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 63.224157999968156,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 0.6953050000593066,
"failureMessages": [
"nested-in-condition.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 60.47881000000052,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 60.00799900002312,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 59.23026199999731,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 57.852761000045575,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 58.257798000006005,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 58.57443499995861,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 57.88488199992571,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 57.95993399992585,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 1.2597059999825433,
"failureMessages": [
"nested.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -250,12 +250,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 80.24425200000405,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 69.714347000001,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 64.07531200000085,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 66.71089900005609,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 64.4861980000278,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 66.58428799989633,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 66.31043400010094,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 71.26018199999817,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 0.462370999972336,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 59.543580000055954,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 57.67334700003266,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 57.709178999997675,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 57.04775399994105,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 56.49957500002347,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 56.770621000090614,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 57.21862100006547,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 58.61614300007932,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 0.4599770000204444,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 63.403301999904215,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 63.09214600000996,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 58.29670100007206,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 58.521273000049405,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 58.71206399996299,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 59.20180000003893,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 58.590660999994725,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 59.57330299995374,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.4862349999602884,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.45448499999475,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.76962200005073,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.016214000061154,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.18278800009284,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.406489000073634,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.52411600004416,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.31169499992393,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.48589799995534,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.654528999933973,
"failureMessages": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -18,11 +18,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.89355399995111,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.59963899990544,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.64632300008088,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.633224999997765,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.43620200001169,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.0097910000477,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.57432599994354,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.05666400003247,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.5457859999733046,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 95.94310299993958,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 75.03581799997482,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 79.991876999964,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 68.54278000001796,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 67.57029100006912,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 70.05939800001215,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 70.55024500004947,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 74.20098800002597,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.8308569999644533,
"failureMessages": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -175,14 +175,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.38980899995659,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 64.0318200000329,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.89523000002373,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 62.16613399994094,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.36421899998095,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 63.52967700001318,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 64.25344199989922,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.64248600008432,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.689483999973163,
"failureMessages": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -58,12 +58,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.36022699996829,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.692234999965876,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.67328099999577,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.857239999924786,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.525017000036314,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.90264300000854,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.99716399994213,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.30302999995183,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 1.411898999940604,
"failureMessages": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -147,14 +147,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -176,69 +176,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -251,12 +251,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -272,13 +272,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 77.52103099995293,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 69.30092499998864,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 63.98271300003398,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 64.1231990000233,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 63.62281700002495,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.66638100007549,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 64.8772689999314,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.18555499997456,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.416795999975875,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.725998000008985,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.7077050000662,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.87186399998609,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.27275100001134,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.92079000000376,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.532242999994196,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.78227700002026,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.59531900007278,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.4356520000146702,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 80.010317999986,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 69.237473999965,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.175371999968775,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.46021599997766,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.64231600007042,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.18343500001356,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.51700900006108,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.39473599998746,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 0.7497960000764579,
"failureMessages": [
"binary.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -17,27 +17,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - (\n - (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - (report === COMPANY_OVERVIEW &&\n - !ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - ) ?\n + (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + (report === COMPANY_OVERVIEW &&\n + !ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n <ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - : null;\n + ) : null;\n \n room = room.map((row, rowIndex) =>\n row.map((col, colIndex) =>\n - (\n - rowIndex === 0 ||\n - colIndex === 0 ||\n - rowIndex === height ||\n - colIndex === width\n - ) ?\n - 1\n - : 0,\n + rowIndex === 0 ||\n + colIndex === 0 ||\n + rowIndex === height ||\n + colIndex === width\n + ? 1\n + : 0,\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 60.49450100003742,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 59.7838149999734,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 59.63988100003917,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 58.59072100010235,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 58.557461000047624,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 58.744192000012845,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 71.0898439999437,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 58.903438000008464,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 0.6422559999627993,
"failureMessages": [
"func-call.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -16,15 +16,13 @@\n \n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n - (\n - glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n - ) ?\n - annularCooeedSplicesWalksWayWay\n - : kochabCooieGameOnOboleUnweave,\n + glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + anodyneCondosMalateOverateRetinol\n + ? annularCooeedSplicesWalksWayWay\n + : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 56.681076999986544,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 56.750191000057384,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 56.53629799990449,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 55.55269899999257,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 56.44560099998489,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 56.66093399992678,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 56.61158000002615,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 56.494515000027604,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 7.4664349999511614,
"failureMessages": [
"indent-after-paren.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -298,330 +298,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo11() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo12() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n foo13 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n return new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n throw new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n void new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - (\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n .annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n .annularCooeedSplicesWalksWayWay();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)()()();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n foo.bar.baz[\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n ];\n \n const decorated = (arg, ignoreRequestError) => {\n return (\n - (\n - typeof arg === \"string\" ||\n - (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - ) ?\n - $delegate(arg, ignoreRequestError)\n - : handleAsyncOperations(arg, ignoreRequestError)).foo();\n + typeof arg === \"string\" ||\n + (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + ? $delegate(arg, ignoreRequestError)\n + : handleAsyncOperations(arg, ignoreRequestError)\n + ).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 119.20151399995666,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 75.92041000002064,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 72.84819499996956,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 74.33953400002792,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 67.28179300006013,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 71.85946000006516,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 73.84676799993031,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 71.46065200003795,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 2.1770079999696463,
"failureMessages": [
"indent.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 139\n + Received + 136\n \n @@ -171,160 +171,157 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + ? bbbbbbbbbbbbbbbbbb\n + : ccccccccccccccc\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - {\n - a: 0,\n - }\n - : {\n - a:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - y:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n - };\n -\n - a ?\n - {\n - a: function () {\n - return a ?\n - {\n - a: [\n - a ?\n - {\n + a\n + ? {\n + a: 0,\n + }\n + : {\n + a: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + y: {\n + a: 0,\n + }\n + ? {\n a: 0,\n - b: [a ? [0, 1] : []],\n }\n - : [\n - [\n - 0,\n - {\n + : {\n + a: 0,\n + },\n + },\n + };\n +\n + a\n + ? {\n + a: function () {\n + return a\n + ? {\n + a: [\n + a\n + ? {\n a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a ?\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n {\n a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a ?\n - function () {\n - a ?\n - a(\n - a ?\n - {\n - a: a({\n - a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n - {\n - a: 0,\n - },\n - a ? a() : (\n - a({\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - })\n - ),\n - ),\n - a() ?\n - {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a() ?\n - {\n - a: 0,\n - }\n - : (function (a) {\n - return a() ?\n - [\n + }\n + : [\n {\n a: 0,\n - b: a(),\n },\n - ]\n - : a([\n - a ?\n - {\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n a: 0,\n - }\n - : {},\n - {\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n + }\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n a: 0,\n - },\n - ]);\n - })(\n - a ?\n - function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n - },\n - }\n - : a;\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (a) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (a) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n + },\n + }\n + : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 67.63007299997844,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 62.367021000012755,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 61.09424000000581,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 61.36621800006833,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 60.91679200006183,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 62.31172100000549,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 64.81918300001416,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 63.951589000062086,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 0.7877790000056848,
"failureMessages": [
"nested-in-condition.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 17\n + Received + 21\n \n @@ -40,43 +40,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - (\n - $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - kochabCooieGameOnOboleUnweave\n + $var = (\n + $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + ? kochabCooieGameOnOboleUnweave\n : annularCooeedSplicesWalksWayWay\n - ) ?\n - anodyneCondosMalateOverateRetinol\n + )\n + ? anodyneCondosMalateOverateRetinol\n : averredBathersBoxroomBuggyNurl;\n \n - const value =\n - (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n + const value = (\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n - ) ?\n - true ? true\n + )\n + ? true\n + ? true\n : false\n - : true ? true\n + : true\n + ? true\n : false;\n \n (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + ) ? (\n <Element>\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n </Element>\n - : <Element2>\n + ) : (\n + <Element2>\n <Sub />\n <Sub />\n <Sub />\n - </Element2>;\n + </Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 60.50251499994192,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 59.33824700000696,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 57.34884300001431,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 57.994674000074156,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 59.1000879999483,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 58.73770900000818,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 58.68334300001152,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 58.7671290000435,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 2.309573999955319,
"failureMessages": [
"nested.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -139,110 +139,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - what == \"cone\" ?\n - (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - : (p) => `here's your ${p} ${what}`;\n + what == \"cone\"\n + ? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + : (p) => `here's your ${p} ${what}`;\n \n - const value =\n - condition1 ? value1\n - : condition2 ? value2\n - : condition3 ? value3\n + const value = condition1\n + ? value1\n + : condition2\n + ? value2\n + : condition3\n + ? value3\n : value4;\n \n const StorybookLoader = ({ match }) =>\n - match.params.storyId === \"button\" ? <ButtonStorybook />\n - : match.params.storyId === \"color\" ? <ColorBook />\n - : match.params.storyId === \"typography\" ? <TypographyBook />\n - : match.params.storyId === \"loading\" ? <LoaderStorybook />\n - : match.params.storyId === \"deal-list\" ? <DealListStory />\n - : <Message>\n + match.params.storyId === \"button\" ? (\n + <ButtonStorybook />\n + ) : match.params.storyId === \"color\" ? (\n + <ColorBook />\n + ) : match.params.storyId === \"typography\" ? (\n + <TypographyBook />\n + ) : match.params.storyId === \"loading\" ? (\n + <LoaderStorybook />\n + ) : match.params.storyId === \"deal-list\" ? (\n + <DealListStory />\n + ) : (\n + <Message>\n <Title>{\"Missing story book\"}</Title>\n <Content>\n <BackButton />\n </Content>\n - </Message>;\n + </Message>\n + );\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - state == \"success\" ?\n - 1 //'Payment completed successfully'\n - : state == \"processing\" ?\n - 2 //'Payment processing'\n - : state == \"invalid_cvc\" ?\n - 3 //'There was an issue with your CVC number'\n - : (\n - true //state == 'invalid_expiry'\n - ) ?\n - 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + state == \"success\"\n + ? 1 //'Payment completed successfully'\n + : state == \"processing\"\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n - (medals[0].record ? \"-record\"\n - : medals[0].unique ? \"-unique\"\n - : medals[0].type)\n + (medals[0].record\n + ? \"-record\"\n + : medals[0].unique\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n - {medals[0].record ?\n - i18n(\"Record\")\n - : medals[0].unique ?\n - i18n(\"Unique\")\n - : medals[0].type === 0 ?\n - i18n(\"Silver\")\n - : medals[0].type === 1 ?\n - i18n(\"Gold\")\n - : medals[0].type === 2 ?\n - i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + {medals[0].record\n + ? i18n(\"Record\")\n + : medals[0].unique\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n - a ? literalline\n - : (\n - {\n - 123: 12,\n - }\n - ) ?\n - line\n - : softline;\n + a\n + ? literalline\n + : {\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n - onFailure !== undefined ? onFailure : (\n - (error) => {\n - notify(\n - typeof error === \"string\" ? error : (\n - error.message || \"ra.notification.http_error\"\n - ),\n - \"warning\",\n - {\n - _:\n - typeof error === \"string\" ? error\n - : error && error.message ? error.message\n - : undefined,\n - },\n - );\n - refresh();\n - }\n - ),\n + onFailure !== undefined\n + ? onFailure\n + : (error) => {\n + notify(\n + typeof error === \"string\"\n + ? error\n + : error.message || \"ra.notification.http_error\",\n + \"warning\",\n + {\n + _:\n + typeof error === \"string\"\n + ? error\n + : error && error.message\n + ? error.message\n + : undefined,\n + },\n + );\n + refresh();\n + },\n };\n \n showNotification(\n typeof error === \"string\" ? error : error.message || body,\n level || \"warning\",\n @@ -251,13 +268,16 @@\n undoable: false,\n },\n );\n \n const result =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 76.7800780000398,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 67.79680400004145,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 66.02656299993396,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 64.2135980000021,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 63.89510500000324,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 65.49647199991159,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 65.60968700004742,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 68.87485399993602,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 0.7142810000805184,
"failureMessages": [
"parenthesis.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -10,29 +10,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - this.state.isVisible ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n - debug ?\n - this.state.isVisible && somethingComplex ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + ? this.state.isVisible && somethingComplex\n + ? \"partially visible\"\n + : \"hidden\"\n + : null;\n \n (a) =>\n - a ?\n - () => {\n - a;\n - }\n - : () => {\n - a;\n - };\n + a\n + ? () => {\n + a;\n + }\n + : () => {\n + a;\n + };\n (a) => (a ? a : a);\n (a) =>\n a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 59.41988299996592,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 57.91085099999327,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 57.581042999983765,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 56.40703300002497,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 56.76782099995762,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 57.59239200002048,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 57.59878599992953,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 57.19441600004211,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 0.843061999999918,
"failureMessages": [
"test.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 18\n + Received + 13\n \n @@ -17,43 +17,38 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + const obj1 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n : shortThing;\n \n - const obj2 =\n - conditionIsTruthy ? shortThing : (\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - );\n + const obj2 = conditionIsTruthy\n + ? shortThing\n + : { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - conditionIsTruthy ?\n - {\n + const obj3 = conditionIsTruthy\n + ? {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n }\n : shortThing;\n \n - const obj4 =\n - conditionIsTruthy ? shortThing : (\n - {\n + const obj4 = conditionIsTruthy\n + ? shortThing\n + : {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n - }\n - );\n + };\n \n - const obj5 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + const obj5 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n : {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 61.07448499999009,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 59.15253199997824,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 58.1245690000942,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 59.30538300005719,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 60.37210699997377,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 58.47524900001008,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 58.73917399998754,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 58.665648000082,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.7508689999813214,
"failureMessages": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -18,27 +18,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - (\n - (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - (report === COMPANY_OVERVIEW &&\n - !ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - ) ?\n + (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + (report === COMPANY_OVERVIEW &&\n + !ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n <ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - : null;\n + ) : null;\n \n room = room.map((row, rowIndex) =>\n row.map((col, colIndex) =>\n - (\n - rowIndex === 0 ||\n - colIndex === 0 ||\n - rowIndex === height ||\n - colIndex === width\n - ) ?\n - 1\n - : 0,\n + rowIndex === 0 ||\n + colIndex === 0 ||\n + rowIndex === height ||\n + colIndex === width\n + ? 1\n + : 0,\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.926860000006855,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.01383800001349,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.1273570000194,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.93582699995022,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.23376299999654,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.90290400001686,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.439325999934226,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.09949100005906,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.628993000020273,
"failureMessages": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -17,15 +17,13 @@\n \n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n - (\n - glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n - ) ?\n - annularCooeedSplicesWalksWayWay\n - : kochabCooieGameOnOboleUnweave,\n + glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + anodyneCondosMalateOverateRetinol\n + ? annularCooeedSplicesWalksWayWay\n + : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.09145099995658,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.24439500004519,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.27781500003766,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.108968000044115,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.11862800002564,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.89066100004129,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.30444899993017,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.66486800007988,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 6.204654000001028,
"failureMessages": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -299,330 +299,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo11() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo12() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n foo13 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n return new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n throw new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n void new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - (\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n .annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n .annularCooeedSplicesWalksWayWay();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)()()();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n foo.bar.baz[\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n ];\n \n const decorated = (arg, ignoreRequestError) => {\n return (\n - (\n - typeof arg === \"string\" ||\n - (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - ) ?\n - $delegate(arg, ignoreRequestError)\n - : handleAsyncOperations(arg, ignoreRequestError)).foo();\n + typeof arg === \"string\" ||\n + (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + ? $delegate(arg, ignoreRequestError)\n + : handleAsyncOperations(arg, ignoreRequestError)\n + ).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 86.4311629999429,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 74.89343099994585,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 73.07489200006239,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 68.5859449999407,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 71.14496499998495,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 72.14451099990401,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 77.93720899999607,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 72.46827900002245,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 2.2225790000520647,
"failureMessages": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 150\n + Received + 151\n \n @@ -172,160 +172,161 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + ? bbbbbbbbbbbbbbbbbb\n + : ccccccccccccccc\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - {\n - a: 0,\n - }\n - : {\n - a:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - y:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n - };\n + a\n + ? {\n + a: 0,\n + }\n + : {\n + a: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n + };\n \n - a ?\n - {\n - a: function () {\n - return a ?\n - {\n - a: [\n - a ?\n - {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a ?\n - {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a ?\n - function () {\n - a ?\n - a(\n - a ?\n - {\n - a: a({\n - a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n - {\n - a: 0,\n - },\n - a ? a() : (\n - a({\n - a: 0,\n - })\n - ),\n - ),\n - a() ?\n - {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a() ?\n - {\n - a: 0,\n - }\n - : (function (a) {\n - return a() ?\n - [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a ?\n - {\n - a: 0,\n - }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a ?\n - function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n - },\n - }\n - : a;\n + a\n + ? {\n + a: function () {\n + return a\n + ? {\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n + a: 0,\n + }\n + : [\n + {\n + a: 0,\n + },\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n + }\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n + },\n + }\n + : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 75.32077300001401,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 63.45506299997214,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 61.57068000000436,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 69.76335899997503,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 61.60141600004863,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 62.87966000009328,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 64.19141600001603,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 62.646498000016436,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.8077439999906346,
"failureMessages": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -41,43 +41,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - (\n - $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - kochabCooieGameOnOboleUnweave\n - : annularCooeedSplicesWalksWayWay\n - ) ?\n - anodyneCondosMalateOverateRetinol\n - : averredBathersBoxroomBuggyNurl;\n + $var = (\n + $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + ? kochabCooieGameOnOboleUnweave\n + : annularCooeedSplicesWalksWayWay\n + )\n + ? anodyneCondosMalateOverateRetinol\n + : averredBathersBoxroomBuggyNurl;\n \n - const value =\n - (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n - true ? true\n - : false\n - : true ? true\n + const value = (\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + )\n + ? true\n + ? true\n + : false\n + : true\n + ? true\n : false;\n \n (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + ) ? (\n <Element>\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n </Element>\n - : <Element2>\n + ) : (\n + <Element2>\n <Sub />\n <Sub />\n <Sub />\n - </Element2>;\n + </Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.78153000003658,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.008671999908984,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.30912099999841,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.317058000015095,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.62327700003516,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.82674500008579,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.47198499995284,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.56025800004136,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 1.2775289999553934,
"failureMessages": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -140,110 +140,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - what == \"cone\" ?\n - (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - : (p) => `here's your ${p} ${what}`;\n + what == \"cone\"\n + ? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + : (p) => `here's your ${p} ${what}`;\n \n - const value =\n - condition1 ? value1\n - : condition2 ? value2\n - : condition3 ? value3\n + const value = condition1\n + ? value1\n + : condition2\n + ? value2\n + : condition3\n + ? value3\n : value4;\n \n const StorybookLoader = ({ match }) =>\n - match.params.storyId === \"button\" ? <ButtonStorybook />\n - : match.params.storyId === \"color\" ? <ColorBook />\n - : match.params.storyId === \"typography\" ? <TypographyBook />\n - : match.params.storyId === \"loading\" ? <LoaderStorybook />\n - : match.params.storyId === \"deal-list\" ? <DealListStory />\n - : <Message>\n + match.params.storyId === \"button\" ? (\n + <ButtonStorybook />\n + ) : match.params.storyId === \"color\" ? (\n + <ColorBook />\n + ) : match.params.storyId === \"typography\" ? (\n + <TypographyBook />\n + ) : match.params.storyId === \"loading\" ? (\n + <LoaderStorybook />\n + ) : match.params.storyId === \"deal-list\" ? (\n + <DealListStory />\n + ) : (\n + <Message>\n <Title>{\"Missing story book\"}</Title>\n <Content>\n <BackButton />\n </Content>\n - </Message>;\n + </Message>\n + );\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - state == \"success\" ?\n - 1 //'Payment completed successfully'\n - : state == \"processing\" ?\n - 2 //'Payment processing'\n - : state == \"invalid_cvc\" ?\n - 3 //'There was an issue with your CVC number'\n - : (\n - true //state == 'invalid_expiry'\n - ) ?\n - 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + state == \"success\"\n + ? 1 //'Payment completed successfully'\n + : state == \"processing\"\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n - (medals[0].record ? \"-record\"\n - : medals[0].unique ? \"-unique\"\n - : medals[0].type)\n + (medals[0].record\n + ? \"-record\"\n + : medals[0].unique\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n - {medals[0].record ?\n - i18n(\"Record\")\n - : medals[0].unique ?\n - i18n(\"Unique\")\n - : medals[0].type === 0 ?\n - i18n(\"Silver\")\n - : medals[0].type === 1 ?\n - i18n(\"Gold\")\n - : medals[0].type === 2 ?\n - i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + {medals[0].record\n + ? i18n(\"Record\")\n + : medals[0].unique\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n - a ? literalline\n - : (\n - {\n - 123: 12,\n - }\n - ) ?\n - line\n - : softline;\n + a\n + ? literalline\n + : {\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n - onFailure !== undefined ? onFailure : (\n - (error) => {\n - notify(\n - typeof error === \"string\" ? error : (\n - error.message || \"ra.notification.http_error\"\n - ),\n - \"warning\",\n - {\n - _:\n - typeof error === \"string\" ? error\n - : error && error.message ? error.message\n - : undefined,\n - },\n - );\n - refresh();\n - }\n - ),\n + onFailure !== undefined\n + ? onFailure\n + : (error) => {\n + notify(\n + typeof error === \"string\"\n + ? error\n + : error.message || \"ra.notification.http_error\",\n + \"warning\",\n + {\n + _:\n + typeof error === \"string\"\n + ? error\n + : error && error.message\n + ? error.message\n + : undefined,\n + },\n + );\n + refresh();\n + },\n };\n \n showNotification(\n typeof error === \"string\" ? error : error.message || body,\n level || \"warning\",\n @@ -252,13 +269,16 @@\n undoable: false,\n },\n );\n \n const result =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 71.93238900008146,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 68.29511900001671,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 65.9608110000845,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 65.40713800000958,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 64.55189700005576,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 82.13370100001339,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 66.92923400003929,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 67.19833599997219,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.6507119999732822,
"failureMessages": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -11,29 +11,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - this.state.isVisible ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n - debug ?\n - this.state.isVisible && somethingComplex ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + ? this.state.isVisible && somethingComplex\n + ? \"partially visible\"\n + : \"hidden\"\n + : null;\n \n (a) =>\n - a ?\n - () => {\n - a;\n - }\n - : () => {\n - a;\n - };\n + a\n + ? () => {\n + a;\n + }\n + : () => {\n + a;\n + };\n (a) => (a ? a : a);\n (a) =>\n a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.37584800005425,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.42478400003165,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.915430000051856,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.09652499994263,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.223054000060074,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.54805700003635,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.82863400003407,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.61175899999216,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.859201000072062,
"failureMessages": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 35\n + Received + 30\n \n @@ -18,46 +18,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - : shortThing;\n + const obj1 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + : shortThing;\n \n - const obj2 =\n - conditionIsTruthy ? shortThing : (\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - );\n + const obj2 = conditionIsTruthy\n + ? shortThing\n + : { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - conditionIsTruthy ?\n - {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - }\n - : shortThing;\n + const obj3 = conditionIsTruthy\n + ? {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + }\n + : shortThing;\n \n - const obj4 =\n - conditionIsTruthy ? shortThing : (\n - {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - }\n - );\n + const obj4 = conditionIsTruthy\n + ? shortThing\n + : {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + };\n \n - const obj5 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - : {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - };\n + const obj5 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + : {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.04045299999416,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.33598500001244,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.98217500001192,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.27600099996198,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.250322000007145,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.06289499998093,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.67027700005565,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.818792999954894,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.6742550000781193,
"failureMessages": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -18,27 +18,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - \t(\n - \t\t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - \t\t(report === COMPANY_OVERVIEW &&\n - \t\t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - \t) ?\n + \t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + \t(report === COMPANY_OVERVIEW &&\n + \t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n \t\t<ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - \t:\tnull;\n + \t) : null;\n \n room = room.map((row, rowIndex) =>\n \trow.map((col, colIndex) =>\n - \t\t(\n - \t\t\trowIndex === 0 ||\n - \t\t\tcolIndex === 0 ||\n - \t\t\trowIndex === height ||\n - \t\t\tcolIndex === width\n - \t\t) ?\n - \t\t\t1\n - \t\t:\t0,\n + \t\trowIndex === 0 ||\n + \t\tcolIndex === 0 ||\n + \t\trowIndex === height ||\n + \t\tcolIndex === width\n + \t\t\t? 1\n + \t\t\t: 0,\n \t),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 60.29663199989591,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 60.7891290000407,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.980328999925405,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.99817599996459,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.312868000008166,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.80329199996777,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.973983000032604,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 60.35340800008271,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.6203550000209361,
"failureMessages": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -17,15 +17,13 @@\n \n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\t\tanodyneCondosMalateOverateRetinol\n - \t) ?\n - \t\tannularCooeedSplicesWalksWayWay\n - \t:\tkochabCooieGameOnOboleUnweave,\n + \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + \tanodyneCondosMalateOverateRetinol\n + \t\t? annularCooeedSplicesWalksWayWay\n + \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 60.27484900003765,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.484648999990895,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.43726199993398,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.02923500002362,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.35091600008309,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.84216100000776,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.4029730000766,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.13394000008702,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 4.117099999915808,
"failureMessages": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -299,330 +299,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo11() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo12() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n foo13 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n \treturn new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n \tthrow new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n \tvoid new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \t\tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + \tglimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n \t.annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n \t.annularCooeedSplicesWalksWayWay();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)()()();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n \tfoo.bar.baz[\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n \t];\n \n const decorated = (arg, ignoreRequestError) => {\n \treturn (\n - \t\t(\n - \t\t\ttypeof arg === \"string\" ||\n - \t\t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - \t\t) ?\n - \t\t\t$delegate(arg, ignoreRequestError)\n - \t\t:\thandleAsyncOperations(arg, ignoreRequestError)).foo();\n + \t\ttypeof arg === \"string\" ||\n + \t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + \t\t\t? $delegate(arg, ignoreRequestError)\n + \t\t\t: handleAsyncOperations(arg, ignoreRequestError)\n + \t).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n \tfn[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n \tfn?.[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn?.[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 107.86311599996407,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 74.63333300000522,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 74.90452500001993,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 69.8982740000356,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 76.12286300002597,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 72.25250399997458,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 73.61726799991447,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 77.50945100001991,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 1.8972040000371635,
"failureMessages": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 141\n + Received + 138\n \n @@ -172,160 +172,157 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n -\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t\t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - :\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaa\n + \t? bbbbbbbbbbbbbbbbbb\n + \t: ccccccccccccccc\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n - a ?\n - \t{\n - \t\ta: 0,\n - \t}\n - :\t{\n - \t\ta:\n - \t\t\t(\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t) ?\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t:\t{\n - \t\t\t\t\ty:\n - \t\t\t\t\t\t(\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t) ?\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t},\n - \t\t\t\t},\n - \t};\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - \t{\n - \t\ta: function () {\n - \t\t\treturn a ?\n - \t\t\t\t\t{\n - \t\t\t\t\t\ta: [\n - \t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t{\n + a\n + \t? {\n + \t\t\ta: 0,\n + \t }\n + \t: {\n + \t\t\ta: {\n + \t\t\t\ta: 0,\n + \t\t\t}\n + \t\t\t\t? {\n + \t\t\t\t\t\ta: 0,\n + \t\t\t\t }\n + \t\t\t\t: {\n + \t\t\t\t\t\ty: {\n + \t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t}\n + \t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n - \t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t[\n - \t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t: {\n + \t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t },\n + \t\t\t\t },\n + \t };\n +\n + a\n + \t? {\n + \t\t\ta: function () {\n + \t\t\t\treturn a\n + \t\t\t\t\t? {\n + \t\t\t\t\t\t\ta: [\n + \t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n - \t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\t\t\treturn a ?\n + \t\t\t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n + \t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t0,\n \t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t];\n - \t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t],\n - \t\t\t\t\t}\n - \t\t\t\t:\t[\n - \t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}),\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta ? a() : (\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta({\n + \t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n + \t\t\t\t\t\t\t\t\t\t\t],\n + \t\t\t\t\t\t\t\t\t\t\tfunction () {\n + \t\t\t\t\t\t\t\t\t\t\t\treturn a\n + \t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t})\n - \t\t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\t)\n - \t\t\t\t\t\t\t\t:\ta(\n - \t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t(function (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\treturn a() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t: [\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]\n - \t\t\t\t\t\t\t\t\t\t\t\t\t:\ta([\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t ];\n + \t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t],\n + \t\t\t\t\t }\n + \t\t\t\t\t: [\n + \t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t? function () {\n + \t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t? a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a({\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t\t\t\t\t )\n + \t\t\t\t\t\t\t\t\t\t\t: a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]);\n - \t\t\t\t\t\t\t\t\t\t\t})(\n - \t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t);\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\tfunction () {},\n - \t\t\t\t\t];\n - \t\t},\n - \t}\n - :\ta;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: (function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a([\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]);\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t })(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t },\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ),\n + \t\t\t\t\t\t\t\t\t\t\t );\n + \t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t: function () {},\n + \t\t\t\t\t ];\n + \t\t\t},\n + \t }\n + \t: a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 67.49730399996042,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 64.60867900005542,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 63.23979200003669,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 61.9556520000333,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 61.563890999997966,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 64.1104790000245,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 63.66284300002735,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 63.74595799995586,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.7193599999882281,
"failureMessages": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -41,43 +41,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - \t(\n - \t\t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - \t\t\tkochabCooieGameOnOboleUnweave\n - \t\t:\tannularCooeedSplicesWalksWayWay\n - \t) ?\n - \t\tanodyneCondosMalateOverateRetinol\n - \t:\taverredBathersBoxroomBuggyNurl;\n + $var = (\n + \t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + \t\t? kochabCooieGameOnOboleUnweave\n + \t\t: annularCooeedSplicesWalksWayWay\n + )\n + \t? anodyneCondosMalateOverateRetinol\n + \t: averredBathersBoxroomBuggyNurl;\n \n - const value =\n - \t(\n - \t\tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t\t:\tglimseGlyphsHazardNoopsTieTie\n - \t) ?\n - \t\ttrue ? true\n - \t\t:\tfalse\n - \t: true ? true\n + const value = (\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + )\n + \t? true\n + \t\t? true\n + \t\t: false\n + \t: true\n + \t? true\n \t: false;\n \n (\n - \tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t:\tglimseGlyphsHazardNoopsTieTie\n - ) ?\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + ) ? (\n \t<Element>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t</Element>\n - :\t<Element2>\n + ) : (\n + \t<Element2>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n - \t</Element2>;\n + \t</Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 62.5313230000902,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 60.27076400001533,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.83610299997963,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.11453300004359,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.04393099993467,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.42628800007515,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.85433999996167,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.9278120000381,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 1.1793980000074953,
"failureMessages": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -140,110 +140,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - \twhat == \"cone\" ?\n - \t\t(p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - \t:\t(p) => `here's your ${p} ${what}`;\n + \twhat == \"cone\"\n + \t\t? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + \t\t: (p) => `here's your ${p} ${what}`;\n \n - const value =\n - \tcondition1 ? value1\n - \t: condition2 ? value2\n - \t: condition3 ? value3\n + const value = condition1\n + \t? value1\n + \t: condition2\n + \t? value2\n + \t: condition3\n + \t? value3\n \t: value4;\n \n const StorybookLoader = ({ match }) =>\n - \tmatch.params.storyId === \"button\" ? <ButtonStorybook />\n - \t: match.params.storyId === \"color\" ? <ColorBook />\n - \t: match.params.storyId === \"typography\" ? <TypographyBook />\n - \t: match.params.storyId === \"loading\" ? <LoaderStorybook />\n - \t: match.params.storyId === \"deal-list\" ? <DealListStory />\n - \t: <Message>\n + \tmatch.params.storyId === \"button\" ? (\n + \t\t<ButtonStorybook />\n + \t) : match.params.storyId === \"color\" ? (\n + \t\t<ColorBook />\n + \t) : match.params.storyId === \"typography\" ? (\n + \t\t<TypographyBook />\n + \t) : match.params.storyId === \"loading\" ? (\n + \t\t<LoaderStorybook />\n + \t) : match.params.storyId === \"deal-list\" ? (\n + \t\t<DealListStory />\n + \t) : (\n + \t\t<Message>\n \t\t\t<Title>{\"Missing story book\"}</Title>\n \t\t\t<Content>\n \t\t\t\t<BackButton />\n \t\t\t</Content>\n - \t\t</Message>;\n + \t\t</Message>\n + \t);\n \n const message =\n - \ti % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - \t: i % 3 === 0 ? \"fizz\"\n - \t: i % 5 === 0 ? \"buzz\"\n - \t: String(i);\n + \ti % 3 === 0 && i % 5 === 0\n + \t\t? \"fizzbuzz\"\n + \t\t: i % 3 === 0\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n - \tstate == \"success\" ? \"Payment completed successfully\"\n - \t: state == \"processing\" ? \"Payment processing\"\n - \t: state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - \t: state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - \t: \"There was an issue with the payment. Please contact support.\";\n + \tstate == \"success\"\n + \t\t? \"Payment completed successfully\"\n + \t\t: state == \"processing\"\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - \tstate == \"success\" ?\n - \t\t1 //'Payment completed successfully'\n - \t: state == \"processing\" ?\n - \t\t2 //'Payment processing'\n - \t: state == \"invalid_cvc\" ?\n - \t\t3 //'There was an issue with your CVC number'\n - \t: (\n - \t\ttrue //state == 'invalid_expiry'\n - \t) ?\n - \t\t4 //'Expiry must be sometime in the past.'\n - \t:\t5; // 'There was an issue with the payment. Please contact support.'\n + \tstate == \"success\"\n + \t\t? 1 //'Payment completed successfully'\n + \t\t: state == \"processing\"\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n - \t\t\t(medals[0].record ? \"-record\"\n - \t\t\t: medals[0].unique ? \"-unique\"\n - \t\t\t: medals[0].type)\n + \t\t\t(medals[0].record\n + \t\t\t\t? \"-record\"\n + \t\t\t\t: medals[0].unique\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n - \t\t{medals[0].record ?\n - \t\t\ti18n(\"Record\")\n - \t\t: medals[0].unique ?\n - \t\t\ti18n(\"Unique\")\n - \t\t: medals[0].type === 0 ?\n - \t\t\ti18n(\"Silver\")\n - \t\t: medals[0].type === 1 ?\n - \t\t\ti18n(\"Gold\")\n - \t\t: medals[0].type === 2 ?\n - \t\t\ti18n(\"Platinum\")\n - \t\t:\ti18n(\"Theme\")}\n + \t\t{medals[0].record\n + \t\t\t? i18n(\"Record\")\n + \t\t\t: medals[0].unique\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n - a ? literalline\n - : (\n - \t{\n - \t\t123: 12,\n - \t}\n - ) ?\n - \tline\n - :\tsoftline;\n + a\n + \t? literalline\n + \t: {\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n - \t\tonFailure !== undefined ? onFailure : (\n - \t\t\t(error) => {\n - \t\t\t\tnotify(\n - \t\t\t\t\ttypeof error === \"string\" ? error : (\n - \t\t\t\t\t\terror.message || \"ra.notification.http_error\"\n - \t\t\t\t\t),\n - \t\t\t\t\t\"warning\",\n - \t\t\t\t\t{\n - \t\t\t\t\t\t_:\n - \t\t\t\t\t\t\ttypeof error === \"string\" ? error\n - \t\t\t\t\t\t\t: error && error.message ? error.message\n - \t\t\t\t\t\t\t: undefined,\n - \t\t\t\t\t},\n - \t\t\t\t);\n - \t\t\t\trefresh();\n - \t\t\t}\n - \t\t),\n + \t\tonFailure !== undefined\n + \t\t\t? onFailure\n + \t\t\t: (error) => {\n + \t\t\t\t\tnotify(\n + \t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t: error.message || \"ra.notification.http_error\",\n + \t\t\t\t\t\t\"warning\",\n + \t\t\t\t\t\t{\n + \t\t\t\t\t\t\t_:\n + \t\t\t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t\t\t: error && error.message\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n + \t\t\t\t\t\t},\n + \t\t\t\t\t);\n + \t\t\t\t\trefresh();\n + \t\t\t },\n };\n \n showNotification(\n \ttypeof error === \"string\" ? error : error.message || body,\n \tlevel || \"warning\",\n @@ -252,13 +269,16 @@\n \t\tundoable: false,\n \t},\n );\n \n const result =\n - \tchildren && !isEmptyChildren(children) ? children\n - \t: props.match ?\n - \t\tcomponent ? React.createElement(component, props)\n - \t\t: render ? render(props)\n - \t\t: null\n - \t:\tnull;\n + \tchildren && !isEmptyChildren(children)\n + \t\t? children\n + \t\t: props.match\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 80.45178100001067,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 68.70627200009767,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 65.12357200006954,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 65.51676100003533,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 65.19384199997876,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 65.96346300002187,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 66.22564299998339,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 66.75763300003018,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.6535779999103397,
"failureMessages": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -11,29 +11,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - \tthis.state.isVisible ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n - debug ?\n - \tthis.state.isVisible && somethingComplex ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + \t? this.state.isVisible && somethingComplex\n + \t\t? \"partially visible\"\n + \t\t: \"hidden\"\n + \t: null;\n \n (a) =>\n - \ta ?\n - \t\t() => {\n - \t\t\ta;\n - \t\t}\n - \t:\t() => {\n - \t\t\ta;\n - \t\t};\n + \ta\n + \t\t? () => {\n + \t\t\t\ta;\n + \t\t }\n + \t\t: () => {\n + \t\t\t\ta;\n + \t\t };\n (a) => (a ? a : a);\n (a) =>\n \ta ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.67765900003724,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.67803399998229,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.62768999999389,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.21321000007447,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.931713000056334,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.21729800000321,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.26021199999377,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.62206699990202,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.701026999973692,
"failureMessages": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 23\n + Received + 18\n \n @@ -18,46 +18,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\tshortThing;\n + const obj1 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: shortThing;\n \n - const obj2 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t);\n + const obj2 = conditionIsTruthy\n + \t? shortThing\n + \t: { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - \tconditionIsTruthy ?\n - \t\t{\n + const obj3 = conditionIsTruthy\n + \t? {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t:\tshortThing;\n + \t }\n + \t: shortThing;\n \n - const obj4 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{\n + const obj4 = conditionIsTruthy\n + \t? shortThing\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t);\n + \t };\n \n - const obj5 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\t{\n + const obj5 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t};\n + \t };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 60.70404900005087,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.68946300004609,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.784081000019796,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 61.30481999996118,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.20156499999575,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.104295999975875,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 60.47219000000041,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.18720500008203,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.7516299999551848,
"failureMessages": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -19,27 +19,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - \t(\n - \t\t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - \t\t(report === COMPANY_OVERVIEW &&\n - \t\t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - \t) ?\n + \t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + \t(report === COMPANY_OVERVIEW &&\n + \t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n \t\t<ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - \t:\tnull;\n + \t) : null;\n \n room = room.map((row, rowIndex) =>\n \trow.map((col, colIndex) =>\n - \t\t(\n - \t\t\trowIndex === 0 ||\n - \t\t\tcolIndex === 0 ||\n - \t\t\trowIndex === height ||\n - \t\t\tcolIndex === width\n - \t\t) ?\n - \t\t\t1\n - \t\t:\t0,\n + \t\trowIndex === 0 ||\n + \t\tcolIndex === 0 ||\n + \t\trowIndex === height ||\n + \t\tcolIndex === width\n + \t\t\t? 1\n + \t\t\t: 0,\n \t),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.9530069999164,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.12404899997637,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.0063070000615,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.58270199992694,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.01298800006043,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.60757500003092,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.57694400008768,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.50313099997584,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.6244230000302196,
"failureMessages": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -18,15 +18,13 @@\n \n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\t\tanodyneCondosMalateOverateRetinol\n - \t) ?\n - \t\tannularCooeedSplicesWalksWayWay\n - \t:\tkochabCooieGameOnOboleUnweave,\n + \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + \tanodyneCondosMalateOverateRetinol\n + \t\t? annularCooeedSplicesWalksWayWay\n + \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.89693100005388,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.2844220000552,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.78111300000455,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.111658000038005,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.14457800006494,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.524250000016764,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.457321999943815,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.283996000071056,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 2.411642999970354,
"failureMessages": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -300,330 +300,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo11() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo12() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n foo13 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n \treturn new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n \tthrow new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n \tvoid new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \t\tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + \tglimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n \t.annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n \t.annularCooeedSplicesWalksWayWay();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)()()();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n \tfoo.bar.baz[\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n \t];\n \n const decorated = (arg, ignoreRequestError) => {\n \treturn (\n - \t\t(\n - \t\t\ttypeof arg === \"string\" ||\n - \t\t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - \t\t) ?\n - \t\t\t$delegate(arg, ignoreRequestError)\n - \t\t:\thandleAsyncOperations(arg, ignoreRequestError)).foo();\n + \t\ttypeof arg === \"string\" ||\n + \t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + \t\t\t? $delegate(arg, ignoreRequestError)\n + \t\t\t: handleAsyncOperations(arg, ignoreRequestError)\n + \t).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n \tfn[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n \tfn?.[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn?.[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 88.00166600011289,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 78.35450100002345,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 69.79230200010352,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 70.13456000003498,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 73.3621919999132,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 70.38473599997815,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 72.23440000007395,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 73.54102899995632,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 1.8194900000235066,
"failureMessages": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 141\n + Received + 142\n \n @@ -173,160 +173,161 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + \t? bbbbbbbbbbbbbbbbbb\n + \t: ccccccccccccccc\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t\t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - :\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - \t{\n - \t\ta: 0,\n - \t}\n - :\t{\n - \t\ta:\n - \t\t\t(\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t) ?\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t:\t{\n - \t\t\t\t\ty:\n - \t\t\t\t\t\t(\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t) ?\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t},\n - \t\t\t\t},\n - \t};\n -\n - a ?\n - \t{\n - \t\ta: function () {\n - \t\t\treturn a ?\n - \t\t\t\t\t{\n - \t\t\t\t\t\ta: [\n - \t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t{\n + a\n + \t? {\n + \t\t\ta: 0,\n + \t }\n + \t: {\n + \t\t\ta: {\n + \t\t\t\ta: 0,\n + \t\t\t}\n + \t\t\t\t? {\n + \t\t\t\t\t\ta: 0,\n + \t\t\t\t }\n + \t\t\t\t: {\n + \t\t\t\t\t\ty: {\n + \t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t}\n + \t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n - \t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t[\n - \t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t: {\n + \t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t },\n + \t\t\t\t },\n + \t };\n +\n + a\n + \t? {\n + \t\t\ta: function () {\n + \t\t\t\treturn a\n + \t\t\t\t\t? {\n + \t\t\t\t\t\t\ta: [\n + \t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n - \t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\t\t\treturn a ?\n + \t\t\t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n + \t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t0,\n \t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t];\n - \t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t],\n - \t\t\t\t\t}\n - \t\t\t\t:\t[\n - \t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: a({\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}),\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta ? a() : (\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta({\n + \t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n + \t\t\t\t\t\t\t\t\t\t\t],\n + \t\t\t\t\t\t\t\t\t\t\tfunction () {\n + \t\t\t\t\t\t\t\t\t\t\t\treturn a\n + \t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t})\n - \t\t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\t)\n - \t\t\t\t\t\t\t\t:\ta(\n - \t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t(function (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\treturn a() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t: [\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]\n - \t\t\t\t\t\t\t\t\t\t\t\t\t:\ta([\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t ];\n + \t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t],\n + \t\t\t\t\t }\n + \t\t\t\t\t: [\n + \t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t? function () {\n + \t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t? a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a({\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t\t\t\t\t )\n + \t\t\t\t\t\t\t\t\t\t\t: a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]);\n - \t\t\t\t\t\t\t\t\t\t\t})(\n - \t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t);\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\tfunction () {},\n - \t\t\t\t\t];\n - \t\t},\n - \t}\n - :\ta;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: (function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a([\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]);\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t })(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? function (\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: function (\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t },\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ),\n + \t\t\t\t\t\t\t\t\t\t\t );\n + \t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t: function () {},\n + \t\t\t\t\t ];\n + \t\t\t},\n + \t }\n + \t: a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 67.31517499999609,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 63.49288000003435,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 63.81369099998847,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.18572700000368,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 62.25767600000836,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 62.09274800005369,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 63.01299299998209,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 63.1784200000111,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.7157329999608919,
"failureMessages": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -42,43 +42,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - \t(\n - \t\t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - \t\t\tkochabCooieGameOnOboleUnweave\n - \t\t:\tannularCooeedSplicesWalksWayWay\n - \t) ?\n - \t\tanodyneCondosMalateOverateRetinol\n - \t:\taverredBathersBoxroomBuggyNurl;\n + $var = (\n + \t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + \t\t? kochabCooieGameOnOboleUnweave\n + \t\t: annularCooeedSplicesWalksWayWay\n + )\n + \t? anodyneCondosMalateOverateRetinol\n + \t: averredBathersBoxroomBuggyNurl;\n \n - const value =\n - \t(\n - \t\tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t\t:\tglimseGlyphsHazardNoopsTieTie\n - \t) ?\n - \t\ttrue ? true\n - \t\t:\tfalse\n - \t: true ? true\n + const value = (\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + )\n + \t? true\n + \t\t? true\n + \t\t: false\n + \t: true\n + \t? true\n \t: false;\n \n (\n - \tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t:\tglimseGlyphsHazardNoopsTieTie\n - ) ?\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + ) ? (\n \t<Element>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t</Element>\n - :\t<Element2>\n + ) : (\n + \t<Element2>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n - \t</Element2>;\n + \t</Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.646237000008114,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.68948000005912,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.51509600004647,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.90052399993874,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.266723999986425,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.19887199997902,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.69322800007649,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.19870599999558,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 1.1661219999659806,
"failureMessages": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -141,110 +141,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - \twhat == \"cone\" ?\n - \t\t(p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - \t:\t(p) => `here's your ${p} ${what}`;\n + \twhat == \"cone\"\n + \t\t? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + \t\t: (p) => `here's your ${p} ${what}`;\n \n - const value =\n - \tcondition1 ? value1\n - \t: condition2 ? value2\n - \t: condition3 ? value3\n + const value = condition1\n + \t? value1\n + \t: condition2\n + \t? value2\n + \t: condition3\n + \t? value3\n \t: value4;\n \n const StorybookLoader = ({ match }) =>\n - \tmatch.params.storyId === \"button\" ? <ButtonStorybook />\n - \t: match.params.storyId === \"color\" ? <ColorBook />\n - \t: match.params.storyId === \"typography\" ? <TypographyBook />\n - \t: match.params.storyId === \"loading\" ? <LoaderStorybook />\n - \t: match.params.storyId === \"deal-list\" ? <DealListStory />\n - \t: <Message>\n + \tmatch.params.storyId === \"button\" ? (\n + \t\t<ButtonStorybook />\n + \t) : match.params.storyId === \"color\" ? (\n + \t\t<ColorBook />\n + \t) : match.params.storyId === \"typography\" ? (\n + \t\t<TypographyBook />\n + \t) : match.params.storyId === \"loading\" ? (\n + \t\t<LoaderStorybook />\n + \t) : match.params.storyId === \"deal-list\" ? (\n + \t\t<DealListStory />\n + \t) : (\n + \t\t<Message>\n \t\t\t<Title>{\"Missing story book\"}</Title>\n \t\t\t<Content>\n \t\t\t\t<BackButton />\n \t\t\t</Content>\n - \t\t</Message>;\n + \t\t</Message>\n + \t);\n \n const message =\n - \ti % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - \t: i % 3 === 0 ? \"fizz\"\n - \t: i % 5 === 0 ? \"buzz\"\n - \t: String(i);\n + \ti % 3 === 0 && i % 5 === 0\n + \t\t? \"fizzbuzz\"\n + \t\t: i % 3 === 0\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n - \tstate == \"success\" ? \"Payment completed successfully\"\n - \t: state == \"processing\" ? \"Payment processing\"\n - \t: state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - \t: state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - \t: \"There was an issue with the payment. Please contact support.\";\n + \tstate == \"success\"\n + \t\t? \"Payment completed successfully\"\n + \t\t: state == \"processing\"\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - \tstate == \"success\" ?\n - \t\t1 //'Payment completed successfully'\n - \t: state == \"processing\" ?\n - \t\t2 //'Payment processing'\n - \t: state == \"invalid_cvc\" ?\n - \t\t3 //'There was an issue with your CVC number'\n - \t: (\n - \t\ttrue //state == 'invalid_expiry'\n - \t) ?\n - \t\t4 //'Expiry must be sometime in the past.'\n - \t:\t5; // 'There was an issue with the payment. Please contact support.'\n + \tstate == \"success\"\n + \t\t? 1 //'Payment completed successfully'\n + \t\t: state == \"processing\"\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n - \t\t\t(medals[0].record ? \"-record\"\n - \t\t\t: medals[0].unique ? \"-unique\"\n - \t\t\t: medals[0].type)\n + \t\t\t(medals[0].record\n + \t\t\t\t? \"-record\"\n + \t\t\t\t: medals[0].unique\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n - \t\t{medals[0].record ?\n - \t\t\ti18n(\"Record\")\n - \t\t: medals[0].unique ?\n - \t\t\ti18n(\"Unique\")\n - \t\t: medals[0].type === 0 ?\n - \t\t\ti18n(\"Silver\")\n - \t\t: medals[0].type === 1 ?\n - \t\t\ti18n(\"Gold\")\n - \t\t: medals[0].type === 2 ?\n - \t\t\ti18n(\"Platinum\")\n - \t\t:\ti18n(\"Theme\")}\n + \t\t{medals[0].record\n + \t\t\t? i18n(\"Record\")\n + \t\t\t: medals[0].unique\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n - a ? literalline\n - : (\n - \t{\n - \t\t123: 12,\n - \t}\n - ) ?\n - \tline\n - :\tsoftline;\n + a\n + \t? literalline\n + \t: {\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n - \t\tonFailure !== undefined ? onFailure : (\n - \t\t\t(error) => {\n - \t\t\t\tnotify(\n - \t\t\t\t\ttypeof error === \"string\" ? error : (\n - \t\t\t\t\t\terror.message || \"ra.notification.http_error\"\n - \t\t\t\t\t),\n - \t\t\t\t\t\"warning\",\n - \t\t\t\t\t{\n - \t\t\t\t\t\t_:\n - \t\t\t\t\t\t\ttypeof error === \"string\" ? error\n - \t\t\t\t\t\t\t: error && error.message ? error.message\n - \t\t\t\t\t\t\t: undefined,\n - \t\t\t\t\t},\n - \t\t\t\t);\n - \t\t\t\trefresh();\n - \t\t\t}\n - \t\t),\n + \t\tonFailure !== undefined\n + \t\t\t? onFailure\n + \t\t\t: (error) => {\n + \t\t\t\t\tnotify(\n + \t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t: error.message || \"ra.notification.http_error\",\n + \t\t\t\t\t\t\"warning\",\n + \t\t\t\t\t\t{\n + \t\t\t\t\t\t\t_:\n + \t\t\t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t\t\t: error && error.message\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n + \t\t\t\t\t\t},\n + \t\t\t\t\t);\n + \t\t\t\t\trefresh();\n + \t\t\t },\n };\n \n showNotification(\n \ttypeof error === \"string\" ? error : error.message || body,\n \tlevel || \"warning\",\n @@ -253,13 +270,16 @@\n \t\tundoable: false,\n \t},\n );\n \n const result =\n - \tchildren && !isEmptyChildren(children) ? children\n - \t: props.match ?\n - \t\tcomponent ? React.createElement(component, props)\n - \t\t: render ? render(props)\n - \t\t: null\n - \t:\tnull;\n + \tchildren && !isEmptyChildren(children)\n + \t\t? children\n + \t\t: props.match\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 79.40560199995525,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 68.23734199989121,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 65.24362100008875,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 65.39079900004435,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 67.9644069999922,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 65.76356999995187,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.56679000006989,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.9016990000382,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.7253120000241324,
"failureMessages": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -12,29 +12,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - \tthis.state.isVisible ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n - debug ?\n - \tthis.state.isVisible && somethingComplex ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + \t? this.state.isVisible && somethingComplex\n + \t\t? \"partially visible\"\n + \t\t: \"hidden\"\n + \t: null;\n \n (a) =>\n - \ta ?\n - \t\t() => {\n - \t\t\ta;\n - \t\t}\n - \t:\t() => {\n - \t\t\ta;\n - \t\t};\n + \ta\n + \t\t? () => {\n + \t\t\t\ta;\n + \t\t }\n + \t\t: () => {\n + \t\t\t\ta;\n + \t\t };\n (a) => (a ? a : a);\n (a) =>\n \ta ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.203543000039645,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.18340300000273,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.352194000035524,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 71.282850000076,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.42016900004819,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.656343999900855,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.11770499998238,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.001916000037454,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.8233830000972375,
"failureMessages": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 23\n + Received + 18\n \n @@ -19,46 +19,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\tshortThing;\n + const obj1 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: shortThing;\n \n - const obj2 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t);\n + const obj2 = conditionIsTruthy\n + \t? shortThing\n + \t: { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - \tconditionIsTruthy ?\n - \t\t{\n + const obj3 = conditionIsTruthy\n + \t? {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t:\tshortThing;\n + \t }\n + \t: shortThing;\n \n - const obj4 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{\n + const obj4 = conditionIsTruthy\n + \t? shortThing\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t);\n + \t };\n \n - const obj5 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\t{\n + const obj5 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t};\n + \t };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.84345899999607,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.966124999918975,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.16495300002862,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.530824000015855,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.6963799999794,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.47223600000143,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.36564999993425,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.96199300000444,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -10,13 +10,13 @@\n import * as foo from \"foo.json\"\n import * as bar from \"bar.json\" assert { }\n import * as baz from \"baz.json\" assert { /* comment */ }\n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" assert {};\n + export * as baz from \"baz.json\" assert { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" assert {};\n + import * as baz from \"baz.json\" assert { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 9)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 55,
"numPendingTests": 0,
"perfStats": {
"start": 102874.69905800006,
"end": 104893.38024799997,
"runtime": 2019,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-assertions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.43837700004223734,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 58.18799899995793,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 1.7926120000192896,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.8786979999858886,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.9410940000088885,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 56.22778100008145,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 56.228767000022344,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.6265180000336841,
"failureMessages": [
"empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -10,13 +10,13 @@\n import * as foo from \"foo.json\"\n import * as bar from \"bar.json\" assert { }\n import * as baz from \"baz.json\" assert { /* comment */ }\n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" assert {};\n + export * as baz from \"baz.json\" assert { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" assert {};\n + import * as baz from \"baz.json\" assert { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 9)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.07360799994785,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 1.4252969999797642,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.7917160000652075,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 1.022906000027433,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.84852900006808,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.128950999933295,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.4329970000544563,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 57.00552899995819,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 1.2549590000417084,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.7301110000116751,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.7852440000278875,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 56.02262599999085,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 56.432418999960646,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.48179799993522465,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 56.697543999995105,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 1.1084659999469295,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.713649999932386,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.7054449999704957,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 56.98105199995916,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 56.70745200000238,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 0.43666400003712624,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 57.92627499997616,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 56.72144900006242,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 57.72941700008232,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 56.610073999967426,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 56.908752999966964,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 57.3235219999915,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.4242310000117868,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 57.87540100002661,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 1.335168999969028,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.7532140000257641,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.7366030000848696,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 56.981563000008464,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 57.29358399997,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.42971199995372444,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 56.689669999992475,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 1.126901000039652,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.7141309999860823,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.7036010000156239,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 56.285289000021294,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 56.17413499997929,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.4337979999836534,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 56.39288299996406,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 1.09708499989938,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.7082999999402091,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.6896450000349432,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 55.9588470000308,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 57.169251000043005,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "import-source-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 5\n \n @@ -4,8 +4,12 @@\n | printWidth\n =====================================input======================================\n import source s from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import source s from \"x\" with { attr: \"val\" };\n + import source\n + s;\n + from;\n + (\"x\");\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source-binding-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-from.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import source from from \"x\";\n \n =====================================output=====================================\n - import source from from \"x\";\n + import source from\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source-binding-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source source from \"x\";\n \n =====================================output=====================================\n - import source source from \"x\";\n + import source\n + source;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source x from \"x\";\n \n =====================================output=====================================\n - import source x from \"x\";\n + import source\n + x;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 41,
"numPendingTests": 0,
"perfStats": {
"start": 104942.76476400002,
"end": 105935.42251600005,
"runtime": 993,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 31,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/source-phase-imports/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 0.47600700007751584,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 57.07081200007815,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 56.34276899998076,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 57.23959200002719,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 57.70781900000293,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 0.6216489999787882,
"failureMessages": [
"import-source-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 5\n \n @@ -4,8 +4,12 @@\n | printWidth\n =====================================input======================================\n import source s from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import source s from \"x\" with { attr: \"val\" };\n + import source\n + s;\n + from;\n + (\"x\");\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 0.9916380000067875,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 0.7023490000283346,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 0.6885239999974146,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 56.58099899999797,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 0.40532499994151294,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 1.14339199999813,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 0.7692040000110865,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 0.8285740000428632,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 57.142558000050485,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 0.7004949999973178,
"failureMessages": [
"import-source-binding-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-from.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import source from from \"x\";\n \n =====================================output=====================================\n - import source from from \"x\";\n + import source from\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 0.9853259999072179,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 0.7265040000202134,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 0.6934919999912381,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 55.674016000004485,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 0.6022629999788478,
"failureMessages": [
"import-source-binding-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source source from \"x\";\n \n =====================================output=====================================\n - import source source from \"x\";\n + import source\n + source;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 0.984664999996312,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 0.6947050000308082,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 0.6912379999412224,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 56.770342999952845,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 0.4224079999839887,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 1.0224460000172257,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 0.741241000010632,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 0.6750979999778792,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 56.89366099995095,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 0.6111290000844747,
"failureMessages": [
"import-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source x from \"x\";\n \n =====================================output=====================================\n - import source x from \"x\";\n + import source\n + x;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 0.9916690000100061,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 0.7069469999987632,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 0.6948850000044331,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 57.6439979999559,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 1.5790130000095814,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.7480039999354631,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.7097830000566319,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.6671140000689775,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.7494869999354705,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 0.6909069999819621,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 0.6440599999623373,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 0.7192009999416769,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 0.6857379999710247,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 0.710473999963142,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 153,
"numPendingTests": 0,
"perfStats": {
"start": 105986.77544100006,
"end": 114648.98807500006,
"runtime": 8662,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.2821959999855608,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.99055599991698,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.90455700003076,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.16497100004926,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.62686199997552,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.60290499997791,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.45567699999083,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.82925599999726,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.57448200008366,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 0.2708239998901263,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.015973999979906,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.68413199996576,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.88628199999221,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.798952000099234,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.36187899997458,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.77951000002213,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.879377999925055,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.86720500001684,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 0.2827169999945909,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.980412999982946,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 56.221561999991536,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.92780100007076,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 56.22166699997615,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 56.55916599999182,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.97952699998859,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 57.05483699997421,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 60.70605100004468,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 0.2785689999582246,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 56.6662789999973,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 56.55608000000939,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 55.961111999931745,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 56.05459499999415,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 57.69678200001363,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 57.58053799998015,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 56.627977000083774,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 56.93396100006066,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 0.3808600000338629,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 56.494834000011906,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 57.437424000003375,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 56.53811699990183,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 55.966772000072524,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 56.076960999984294,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 56.22766800003592,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 56.40256199997384,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 56.915092000039294,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 0.27838899998459965,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 56.34029700001702,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 56.415538000059314,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 56.19709299993701,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 55.88147400005255,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 56.537198000005446,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 56.04132800002117,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 56.26905599993188,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 59.07172500004526,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 0.2739509999519214,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 57.2890330000082,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 57.06305900006555,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 56.97902199998498,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.935453999903984,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 56.2321290000109,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.94114300003275,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 56.04011099995114,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 56.77283599996008,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 0.445238999905996,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 56.80521400005091,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 57.00380700000096,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 56.64420400001109,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 56.79799700004514,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 55.75159500003792,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 56.40810100000817,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 56.760403999942355,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 56.49472199997399,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 0.4052039999514818,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 55.97033899999224,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 56.911917999968864,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 55.775116999982856,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 56.09682400000747,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 56.23816800001077,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 56.419485999969766,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 56.47510399995372,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 57.392416000016965,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 0.4338279999792576,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 56.59503199998289,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 56.544687999994494,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.662996000028215,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 56.34883999999147,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 56.48082700010855,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 56.66951100004371,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 56.19583500002045,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 56.732716000056826,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 0.41926100000273436,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 57.13654700003099,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 57.176659999997355,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 57.282387999934144,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 56.47101500001736,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 56.67981400003191,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 57.2112199999392,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 56.74088800000027,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 56.39454999996815,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 0.47654800000600517,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 56.14185199991334,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 56.86342700000387,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 56.4996070000343,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 55.51971300004516,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 56.013107000035234,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 56.56504799996037,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 56.318611999973655,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 56.656581999966875,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 0.4696149999508634,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 56.21274800004903,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 57.46378200000618,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 56.09565599996131,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 56.55195500003174,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 56.53611899993848,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 56.85077599994838,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 55.89302499999758,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 56.13117099995725,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 0.42905900010373443,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.823308999999426,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 56.95293499995023,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 56.59973300003912,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 56.67181199998595,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 56.186987000051886,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 56.66713100008201,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 56.589876999962144,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 56.8196450000396,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 0.45070999988820404,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 56.80874100001529,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 56.66614899993874,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 56.77534099994227,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 56.485637000063434,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 56.58184799994342,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 56.06487399991602,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 56.06807000003755,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.85492799989879,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 0.40834099997300655,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 56.5486099999398,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 56.549445000011474,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 56.56559900008142,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 58.268014000030234,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 56.854609999922104,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 56.66205499996431,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 56.78198500000872,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 57.37008600006811,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 0.4384680000366643,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 57.05337199999485,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 57.488274000003,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 56.37275800004136,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 56.497618999914266,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 56.526588999899104,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 55.71134699997492,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 56.579908000072464,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 56.512924000038765,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 158,
"numPendingTests": 0,
"perfStats": {
"start": 114700.95466600003,
"end": 121728.24875800003,
"runtime": 7027,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 58,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorator-auto-accessors/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"basic.js"
],
"duration": 0.4317149999551475,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 58.16752100002486,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 56.59178499993868,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 1.1827839999459684,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 0.7209130000555888,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 56.56119899998885,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 57.095466000027955,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.424682000069879,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 58.226444000029005,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 57.4485069999937,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.2476250000763685,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.7254820000380278,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 57.339715000009164,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 57.549035000032745,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.4350900000426918,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 57.734706999966875,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 56.63517000002321,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 1.1003209999762475,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.7099630000302568,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 57.2756160000572,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 57.08271499990951,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 0.4310330000007525,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 57.49172499997076,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 56.52901300007943,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 56.71103300002869,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 57.52272600005381,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 57.65232700004708,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 56.67498600005638,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 58.7357240000274,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 0.41826900001615286,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 57.29311600001529,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 56.71009599999525,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 56.96366000000853,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 56.81501500005834,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 56.92660699994303,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 57.99642099998891,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 57.09619099996053,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 0.4288089999463409,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 57.67280399997253,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 57.56387800001539,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 1.1056499999249354,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 0.7433849999215454,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 56.509095999994315,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 56.7660170000745,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 0.42600300000049174,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 57.9100159999216,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 57.14744199998677,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 1.2233300000661984,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 0.7403690000064671,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 56.44084799999837,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 57.34165900002699,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 0.4213150000432506,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 57.28354400000535,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 56.958373000030406,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 1.1296040000161156,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 0.7355000000679865,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 57.235385999898426,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 56.940106999943964,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 0.4318040000507608,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 56.32775599998422,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 56.691277999896556,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 1.1432199999690056,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 0.7205529999919236,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 56.65764599991962,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 56.6479709999403,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 0.417107000015676,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 57.67480599996634,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 57.146403999999166,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 1.1501319999806583,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 0.7598549999529496,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 57.14537599997129,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 57.062303000013344,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 0.44166200002655387,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 57.674121999996714,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 57.19984600006137,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 1.089358999975957,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 0.7354200000409037,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 57.536129000014625,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 56.99448200000916,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 0.4321749999653548,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 57.21391300007235,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 57.271577000035904,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 1.1136140000307932,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 0.755165999988094,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 56.536242999951355,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 56.90270400000736,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 0.4295200000051409,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 57.39543199993204,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 56.891294999979436,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 1.1308270000154153,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 0.7164950000587851,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 56.97422199998982,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 57.89836999995168,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 0.45844399998895824,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 56.354160999995656,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 56.8271830000449,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 1.1232330000493675,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 0.7179679999826476,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 68.43277600000147,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 58.3583749999525,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 0.49166599998716265,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 57.21865200006869,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 58.10598399990704,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 56.385965000023134,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 56.74447500007227,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 57.11002899997402,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 56.19504199991934,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 59.964630000060424,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 0.4415329999756068,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 56.79865000001155,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 57.13606799999252,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 57.86438099993393,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 57.3411920000799,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 57.405158000066876,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 57.53394999995362,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 58.15382599993609,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 0.4300420000217855,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 57.77929400000721,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 57.314150999998674,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 1.651746999938041,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 0.975127000012435,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 57.463260999997146,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 57.73909899999853,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 0.43063299998175353,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 57.24002400005702,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 56.95196299999952,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 1.133451999980025,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 0.7405700000235811,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 57.43777200009208,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 56.91142800007947,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 0.43543099996168166,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 57.661034999997355,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 56.679738999926485,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 1.130345999961719,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 0.7327349999686703,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 56.2868460000027,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 57.09120400005486,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 0.43640300002880394,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 56.31354699993972,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 56.82182199996896,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 1.1368190000066534,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 0.8201679999474436,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 56.84176300000399,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 57.18437500006985,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 0.5021949999500066,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 57.70728900004178,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 56.75127499992959,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 1.1126729999668896,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 0.7654859999893233,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 57.09338499989826,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 56.5981300000567,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 0.43921900005079806,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 58.57918200001586,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 57.116282999981195,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 1.1820519999600947,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 0.7944300000090152,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 57.20861299999524,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 56.903293999959715,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "break-continue-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -20,12 +20,12 @@\n break; /* comment */\n continue; /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop;\n - break loop /* comment */;\n - continue /* comment */ loop;\n - continue loop /* comment */;\n + break loop; /* comment */\n + break loop; /* comment */\n + continue loop; /* comment */\n + continue loop; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -23,22 +23,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a; /* a */ // b\n - /* c */\n - foo; // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a; /* a */ /* c */ // b\n +\n + foo; // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e; // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -44,11 +44,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {};\n + {};\n \n export /* comment */ {};\n \n const foo = \"\";\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled-dangling.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -23,11 +23,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n };\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -33,21 +33,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n };\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -56,10 +57,12 @@\n return new Value(type);\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlast-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `last-arg.js format 1`\n \n - Snapshot - 9\n + Received + 3\n \n @@ -59,26 +59,20 @@\n lol3 /*string*/,\n lol4 /*string*/,\n ) /*string*/ {}\n \n // prettier-ignore\n - c(lol /*string*/\n - ) {}\n + c(lol /*string*/) {}\n \n // prettier-ignore\n - d(\n - lol /*string*/,\n - lol2 /*string*/,\n - lol3 /*string*/,\n - lol4 /*string*/\n - ) {}\n + d(lol /*string*/, lol2 /*string*/, lol3 /*string*/, lol4 /*string*/) {}\n \n // prettier-ignore\n e(\n lol /*string*/,\n lol2 /*string*/,\n lol3 /*string*/,\n - lol4 /*string*/\n + lol4 /*string*/,\n ) {} /* string*/\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmulti-comments-on-same-line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -114,14 +114,14 @@\n a; /*\n 1*/ /*2*/ /*3\n */\n b;\n \n - a;\n - /*\n + a; /*\n 1*/ /*2*/ /*3\n - */ b;\n + */\n + b;\n \n /*========= First two on same line =========*/\n a;\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreturn-statement.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -206,39 +206,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n );\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n );\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n );\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n );\n }\n \n function call() {\n return (\n @@ -261,13 +254,13 @@\n );\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n );\n }\n \n function excessiveEverything() {\n @@ -302,15 +295,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42;\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - );\n + return /**\n + * @type {string}\n + */ \"result\";\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntagged-template-literal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -27,11 +27,11 @@\n \n foo // comment\n `\n `;\n \n - foo/* comment */ `\n + foo /* comment */`\n `;\n \n foo /* comment */`\n `;\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing-jsdocs.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -32,23 +32,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n });\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing_space.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,11 +8,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,20 +28,20 @@\n // Comment\n {\n key: \"value\",\n };\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - };\n + let record = // Comment\n + #;\n + {\n + key: \"value\";\n + }\n \n let array =\n // Comment\n [\"value\"];\n \n - let tuple =\n - // Comment\n - #[\"value\"];\n + let tuple = // Comment\n + #;\n + [\"value\"];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #0 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #1 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbreak-continue-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -21,12 +21,12 @@\n break /* comment */\n continue /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop\n break loop /* comment */\n - continue /* comment */ loop\n + break loop /* comment */\n + continue loop /* comment */\n continue loop /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -24,22 +24,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a /* a */ // b\n - /* c */\n - foo // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a /* a */ /* c */ // b\n +\n + foo // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,11 +45,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {}\n + {}\n \n export /* comment */ {}\n \n const foo = \"\"\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled-dangling.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -24,11 +24,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n }\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -34,21 +34,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n }\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -57,10 +58,12 @@\n return new Value(type)\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlast-arg.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `last-arg.js - {\"semi\":false} format 1`\n \n - Snapshot - 9\n + Received + 3\n \n @@ -60,26 +60,20 @@\n lol3 /*string*/,\n lol4 /*string*/,\n ) /*string*/ {}\n \n // prettier-ignore\n - c(lol /*string*/\n - ) {}\n + c(lol /*string*/) {}\n \n // prettier-ignore\n - d(\n - lol /*string*/,\n - lol2 /*string*/,\n - lol3 /*string*/,\n - lol4 /*string*/\n - ) {}\n + d(lol /*string*/, lol2 /*string*/, lol3 /*string*/, lol4 /*string*/) {}\n \n // prettier-ignore\n e(\n lol /*string*/,\n lol2 /*string*/,\n lol3 /*string*/,\n - lol4 /*string*/\n + lol4 /*string*/,\n ) {} /* string*/\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmulti-comments-on-same-line.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js - {\"semi\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -115,14 +115,14 @@\n a /*\n 1*/ /*2*/ /*3\n */\n b\n \n - a\n - /*\n + a /*\n 1*/ /*2*/ /*3\n - */ b\n + */\n + b\n \n /*========= First two on same line =========*/\n a\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreturn-statement.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js - {\"semi\":false} format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -207,39 +207,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n )\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n )\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n )\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n )\n }\n \n function call() {\n return (\n @@ -262,13 +255,13 @@\n )\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n )\n }\n \n function excessiveEverything() {\n @@ -303,15 +296,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - )\n + return /**\n + * @type {string}\n + */ \"result\"\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntagged-template-literal.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -28,11 +28,11 @@\n \n foo // comment\n `\n `\n \n - foo/* comment */ `\n + foo /* comment */`\n `\n \n foo /* comment */`\n `\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing-jsdocs.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -33,23 +33,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n })\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing_space.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"semi\":false} format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -29,20 +29,20 @@\n // Comment\n {\n key: \"value\",\n }\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - }\n + let record = // Comment\n + #\n + {\n + key: \"value\"\n + }\n \n let array =\n // Comment\n [\"value\"]\n \n - let tuple =\n - // Comment\n - #[\"value\"]\n + let tuple = // Comment\n + #\n + ;[\"value\"]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #0 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #1 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 28,
"numPassingTests": 818,
"numPendingTests": 0,
"perfStats": {
"start": 121815.81087600003,
"end": 170711.187171,
"runtime": 48895,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 76,
"unchecked": 0,
"unmatched": 28,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.43436900002416223,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 57.88256599998567,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 58.01546599995345,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 56.14299900003243,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 56.93287799996324,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 55.70301999989897,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 56.49109399993904,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 56.19308600004297,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 56.97280099999625,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 0.4417429999448359,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 59.9045150000602,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 61.154466999927536,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 58.36965699994471,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 56.21239699993748,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 56.01652499998454,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 55.81134000001475,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 56.944928999990225,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 56.72990400006529,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 0.4996009999886155,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 57.33881899993867,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 56.59230999997817,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 56.94841799989808,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 55.96778200007975,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 56.04475800006185,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 57.09563900006469,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 56.555867000017315,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 56.62948800006416,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 0.4301020000129938,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 59.94716900005005,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 59.527543999953195,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 58.73856099997647,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 58.15091800002847,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 57.2217220000457,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 57.566917000105605,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 58.20369800005574,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 59.662965999916196,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 0.439399000024423,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 59.035875000059605,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 57.050108000054024,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 56.228549999999814,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 55.91853600007016,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 56.31760399998166,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 57.28104699996766,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 56.61547100008465,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 56.53737599996384,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 0.45480700000189245,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 56.863638999988325,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 57.12677500001155,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 56.82703899999615,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 56.4439180000918,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 56.228065999923274,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 57.574514000094496,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 57.61589100002311,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 57.23016399994958,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 0.4748649999964982,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 61.35152200004086,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 59.98737099999562,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 61.65296400000807,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 60.10451999993529,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 57.34023099998012,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 58.572732000029646,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 57.76092200004496,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 58.539151999983005,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 0.43039199989289045,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 55.68796999996994,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 59.45479800004978,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 55.78183600003831,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 54.780138000031,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 54.96058499999344,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 55.64326899999287,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 56.92263699998148,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 57.74824200000148,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 0.6716810000361875,
"failureMessages": [
"break-continue-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -20,12 +20,12 @@\n break; /* comment */\n continue; /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop;\n - break loop /* comment */;\n - continue /* comment */ loop;\n - continue loop /* comment */;\n + break loop; /* comment */\n + break loop; /* comment */\n + continue loop; /* comment */\n + continue loop; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 58.20641099999193,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 57.077768000075594,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 57.15284899994731,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 56.36367800005246,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 56.945778999943286,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 56.45006800000556,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 55.58382599998731,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 56.42769899999257,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 0.42652400000952184,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 59.92073500005063,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 57.74061000009533,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 56.79096400004346,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 56.66921900003217,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 56.62011200003326,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 57.03368400002364,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 57.87580599996727,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 57.103813000023365,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 0.4318539999658242,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 58.34193300001789,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 56.645932000014,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 56.4518130000215,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 57.015645000035875,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 55.58366399991792,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 57.08060300000943,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 55.95894000004046,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 56.19766099995468,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 0.42508199997246265,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 59.69768000009935,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 57.02308600000106,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 56.23658299993258,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 57.114034999976866,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 56.92724200000521,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 56.563464000006206,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 56.949162999982946,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 57.76624499994796,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 0.428738999995403,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 57.21725899993908,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 56.87496799998917,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 56.1974329999648,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 57.14289400004782,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 56.51212299999315,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 56.41766199993435,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 56.592998999985866,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 56.650917000020854,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 0.43027100001927465,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 56.007638999959454,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 55.82227000000421,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 55.841545000090264,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 56.33916400000453,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 55.69128400005866,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 56.32098199997563,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 56.67145499994513,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 56.34002000000328,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 0.4282080000266433,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 57.72669299994595,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 57.768883000011556,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 58.54976999992505,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 57.09978000004776,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 56.32446400006302,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 56.56279799994081,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 57.07767599995714,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 57.77168400003575,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 0.49058500002138317,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 56.0965149999829,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 56.313700000057,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 55.30281300004572,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 55.33989699999802,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 55.69853599998169,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 55.77027600002475,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 57.429598000016995,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 55.67469200002961,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 0.6708300000755116,
"failureMessages": [
"empty-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -23,22 +23,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a; /* a */ // b\n - /* c */\n - foo; // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a; /* a */ /* c */ // b\n +\n + foo; // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e; // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 57.94485099997837,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 57.40417500003241,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 56.54482499998994,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 56.11524600000121,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 56.87362500000745,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 56.75881799997296,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 56.584024000098,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 57.00245699996594,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 0.4923669999698177,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 58.355991000076756,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 57.93843800004106,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 57.280945000005886,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 56.50075199990533,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 56.08366800006479,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 60.74983800004702,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 56.51085600000806,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 56.301804000046104,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 0.6445110000204295,
"failureMessages": [
"export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -44,11 +44,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {};\n + {};\n \n export /* comment */ {};\n \n const foo = \"\";\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 58.3742959999945,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 57.751489000045694,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 57.46110499999486,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 57.66817399999127,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 57.1113900000928,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 57.912159999948926,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 58.268708000076,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 57.93615600001067,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 0.42793699994217604,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 56.246597999939695,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 55.660752000054345,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 55.899426999967545,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 55.49067199998535,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 57.609651000006124,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 56.746204999974,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 56.23340600007214,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 56.1836309999926,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 0.4453399999765679,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 71.45466200006194,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 63.59643600007985,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 60.55907499999739,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 60.459680999978445,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 60.12514200003352,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 61.68810500006657,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 62.22555800003465,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 62.49023200001102,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 0.9890929999528453,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 62.969224000000395,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 59.39439300005324,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.51346200006083,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 72.65876499994192,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.592468999908306,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 60.35858800006099,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 59.125456999987364,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 59.23226700001396,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 0.4874290000880137,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 60.28507400001399,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 59.93673200008925,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 57.1283570000669,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 57.213805999956094,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 57.87814300006721,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 57.55808700004127,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 59.741842999937944,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 58.27677400002722,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 0.5346259999787435,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 68.68617100000847,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 64.32443599996623,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 62.75532699993346,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 67.62707399995998,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 67.09213999996427,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 63.831404999946244,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 62.17284600005951,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 64.7766399999382,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 0.6661910000257194,
"failureMessages": [
"jsdoc-nestled-dangling.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -23,11 +23,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n };\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 57.37750499998219,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 56.082321000052616,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 56.404874999891035,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 56.3341580000706,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 55.681803000043146,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 55.60807199997362,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 56.2782119999174,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 57.34753900009673,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 0.689775999984704,
"failureMessages": [
"jsdoc-nestled.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -33,21 +33,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n };\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -56,10 +57,12 @@\n return new Value(type);\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 59.006294000078924,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 60.36757499992382,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 57.20315600000322,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 58.78578299994115,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 58.01035800005775,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 59.4015500000678,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 57.51358299993444,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 57.15242300007958,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 0.4464109999826178,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 58.62530700000934,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 59.28682099992875,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 57.326649000053294,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 56.49361699994188,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 57.14834200008772,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 56.86178999999538,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 57.053650000016205,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 57.670180000015534,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.5057119999546558,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 72.99427899997681,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 68.2168529999908,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.601282000076026,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.61070600000676,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.20212199992966,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.64664599997923,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.39016199996695,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.83689299994148,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 0.6309149999869987,
"failureMessages": [
"last-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `last-arg.js format 1`\n \n - Snapshot - 9\n + Received + 3\n \n @@ -59,26 +59,20 @@\n lol3 /*string*/,\n lol4 /*string*/,\n ) /*string*/ {}\n \n // prettier-ignore\n - c(lol /*string*/\n - ) {}\n + c(lol /*string*/) {}\n \n // prettier-ignore\n - d(\n - lol /*string*/,\n - lol2 /*string*/,\n - lol3 /*string*/,\n - lol4 /*string*/\n - ) {}\n + d(lol /*string*/, lol2 /*string*/, lol3 /*string*/, lol4 /*string*/) {}\n \n // prettier-ignore\n e(\n lol /*string*/,\n lol2 /*string*/,\n lol3 /*string*/,\n - lol4 /*string*/\n + lol4 /*string*/,\n ) {} /* string*/\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 60.27385500003584,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 59.55281100003049,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 57.0861080000177,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 57.258217000053264,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 57.03962000005413,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 57.94378400000278,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 57.78798200003803,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 57.35407999996096,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 0.4729809999698773,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 55.96318999992218,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 56.81365399993956,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 55.9856129999971,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 55.39452500001062,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 56.0035809999099,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 57.08648699999321,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 56.267990999971516,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 61.98102799989283,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 0.49831900000572205,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 55.81507699994836,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 56.05012699996587,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 55.762241999967955,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 55.92747600004077,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 55.50587200000882,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 56.39271499996539,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 56.455191000015475,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 56.43007500004023,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 0.7132690000580624,
"failureMessages": [
"multi-comments-on-same-line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -114,14 +114,14 @@\n a; /*\n 1*/ /*2*/ /*3\n */\n b;\n \n - a;\n - /*\n + a; /*\n 1*/ /*2*/ /*3\n - */ b;\n + */\n + b;\n \n /*========= First two on same line =========*/\n a;\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 58.56567800010089,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 58.16505099995993,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 58.323270999942906,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 58.357451999909244,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 58.61656800005585,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 58.23737400001846,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 79.79677500005346,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 60.421475999988616,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 0.5570770000340417,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 59.56579500006046,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 57.17287800007034,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 57.30754899990279,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 57.3934710000176,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 56.3532220000634,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 57.59193699993193,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 57.13500200002454,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 57.43836800009012,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 0.444537999923341,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 57.658779000048526,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 57.9054570000153,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 58.25357800000347,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 57.34360400005244,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 56.868851999985054,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 57.54589299997315,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 58.36194900004193,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 58.08819100004621,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 0.9085729999933392,
"failureMessages": [
"return-statement.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -206,39 +206,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n );\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n );\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n );\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n );\n }\n \n function call() {\n return (\n @@ -261,13 +254,13 @@\n );\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n );\n }\n \n function excessiveEverything() {\n @@ -302,15 +295,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42;\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - );\n + return /**\n + * @type {string}\n + */ \"result\";\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 70.95376000006218,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 69.9574160000775,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 63.84114999999292,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 64.52980500005651,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 66.6124810000183,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 64.76691699994262,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 64.58541500009596,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 66.16987099999096,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 0.4995409999974072,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 72.83207999996375,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 58.69527999998536,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 56.80374200001825,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 56.691090999986045,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 56.5058260000078,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 56.799823000095785,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 57.034633000032045,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 56.69441299990285,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 0.4184489999897778,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 72.35488600004464,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 64.41940799995791,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 58.98639700002968,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 57.722902000066824,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 57.97582599997986,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 58.91983299993444,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 58.74265999998897,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 59.58420199993998,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 0.6170200000051409,
"failureMessages": [
"tagged-template-literal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -27,11 +27,11 @@\n \n foo // comment\n `\n `;\n \n - foo/* comment */ `\n + foo /* comment */`\n `;\n \n foo /* comment */`\n `;\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 58.394433000008576,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 57.39502200006973,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 56.64013499999419,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 55.89661100006197,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 55.74031100003049,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 56.54739299998619,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 56.84813100006431,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 57.23750100005418,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 0.4883600000757724,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 56.7476729999762,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 56.91989000001922,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 56.314368000021204,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 56.75267299998086,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 56.15398299996741,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 56.48092599993106,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 57.44694199995138,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 57.10403699998278,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 0.6450419999891892,
"failureMessages": [
"trailing-jsdocs.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -32,23 +32,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n });\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 64.68785000010394,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 59.21878800005652,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 58.12349999998696,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 57.96258799999487,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 57.89607400004752,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 57.7695090000052,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 58.398794000037014,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 59.046193999936804,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 0.6710909999674186,
"failureMessages": [
"trailing_space.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,11 +8,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 55.36787199997343,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 55.861233999952674,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 55.93472300004214,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 55.259151999955066,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 55.523374999989755,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 59.77857799991034,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 55.352155000087805,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 56.073026999947615,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 0.411125999991782,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 59.020390000077896,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 56.85928099998273,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 55.66037499997765,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 55.66918099997565,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 55.7404010000173,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 56.49766900006216,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 56.04161299997941,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 56.56089399999473,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.6306149999145418,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,20 +28,20 @@\n // Comment\n {\n key: \"value\",\n };\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - };\n + let record = // Comment\n + #;\n + {\n + key: \"value\";\n + }\n \n let array =\n // Comment\n [\"value\"];\n \n - let tuple =\n - // Comment\n - #[\"value\"];\n + let tuple = // Comment\n + #;\n + [\"value\"];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 3.237381000071764,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.6949180000228807,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.0781689999857917,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.9600680000148714,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.9456810000119731,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 58.346458000014536,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 58.93204099999275,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 57.39114600000903,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 0.42336899996735156,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 63.9049230000237,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 61.0548209999688,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 60.36159700003918,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 66.56110599997919,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 73.11870399990585,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 61.378390999976546,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 60.50917199999094,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 60.40040299994871,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 0.45974700001534075,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 59.11423599999398,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 58.980564000084996,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 57.206183000002056,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 57.35174700000789,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 56.47885499999393,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 57.09021199995186,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 58.333821999956854,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 57.818250000011176,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.6347130000358447,
"failureMessages": [
"snippet: #0 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.88114799989853,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.13412000006065,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.78454000002239,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.69727300002705,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.077829999965616,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 59.647123999893665,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.67732599994633,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.984793999930844,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 0.6024329999927431,
"failureMessages": [
"snippet: #1 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.383586999960244,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.80048100010026,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.86656400002539,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.164419000037014,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.87635200005025,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.3259019999532,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.667545999982394,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.720010000048205,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 0.4458500000182539,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 57.40028100006748,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 57.70282600005157,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 56.47865499998443,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 56.3627470000647,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 56.12143699999433,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 56.942087999894284,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 56.30341799999587,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 57.85077999997884,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 0.4584939999040216,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 57.587530999910086,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 57.564515999983996,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 57.78723200003151,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 57.118007999961264,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 56.75143699999899,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 56.90036899992265,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 57.79670399997849,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 57.326951000024565,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 0.44466899998951703,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 57.11656200001016,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 57.01733599998988,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 55.91805099998601,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 56.5064560000319,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 55.51397700002417,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 56.021332000033,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 56.46779200003948,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 56.64225999999326,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 0.4498880000319332,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 60.60848499997519,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 60.18681400001515,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 58.905093999928795,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 70.81641700002365,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 57.84583799995016,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 61.781200999976136,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 58.40069499996025,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 59.053278999985196,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 0.4423239999450743,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 57.616709999972954,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 57.05941500002518,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 56.1818000000203,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 56.20044499996584,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 56.666656000074,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 56.83570900000632,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 57.76795500004664,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 56.29013300000224,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 0.4561399999074638,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 56.83310899999924,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 57.73135299992282,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 57.186562000075355,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 56.9436370000476,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 57.519454999943264,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 57.81801699998323,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 56.93069899990223,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 57.420424000010826,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 0.451452000066638,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 61.204827999928966,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 60.51732600003015,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 60.171106999972835,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 58.36955299996771,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 57.86531100003049,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 59.13605400000233,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 60.370359000051394,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 58.99455299996771,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 0.438886999967508,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 56.46969399997033,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 57.51237000001129,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 55.70682600000873,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 56.02916899998672,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 57.14408200001344,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 56.1385710000759,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 56.22640300006606,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 57.641562000033446,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 0.6311260000802577,
"failureMessages": [
"break-continue-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -21,12 +21,12 @@\n break /* comment */\n continue /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop\n break loop /* comment */\n - continue /* comment */ loop\n + break loop /* comment */\n + continue loop /* comment */\n continue loop /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 56.924756999942474,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 57.5710530000506,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 55.835278999991715,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 56.30239299999084,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 56.37200199998915,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 55.97034200001508,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 57.03022299997974,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 56.79635899991263,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 0.43677300005219877,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 85.49665600003209,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 68.90453300008085,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 58.5552580000367,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 57.16908599995077,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 57.8193639999954,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 57.22874699998647,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 57.82056999998167,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 57.6963790000882,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 0.5676969999913126,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 57.908989000017755,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 57.40683999995235,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 57.97135200002231,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 56.330975000048056,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 56.004377000033855,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 57.097692999988794,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 56.819134999997914,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 57.17797300009988,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 0.44965700001921505,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 58.47985699994024,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 57.336842000018805,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 57.39592599996831,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 57.97504699998535,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 56.84046400000807,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 58.793341999989934,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 58.24789600004442,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 58.288801000104286,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 0.5735080000013113,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 61.210209999931976,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 56.803696000017226,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 56.59445600002073,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 56.99305200006347,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 56.413727000006475,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 58.275611000019126,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 58.06919299997389,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 57.60505499993451,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 0.4336769999936223,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 55.93206799996551,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 56.54111600003671,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 56.310083999997005,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 55.985843000002205,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 55.70056999998633,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 56.618880999973044,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 55.177198999910615,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 55.94915400003083,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 0.43379699997603893,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 57.53556700004265,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 57.22454500000458,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 57.084656000020914,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 56.93418699991889,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 57.11184000002686,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 57.140293000033125,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 56.885138000012375,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 57.43217399995774,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 0.4897720000008121,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 55.45999999996275,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 56.218326000031084,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 55.76132199994754,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 55.96270099992398,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 55.580427999957465,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 56.64572400006,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 55.94210700003896,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 55.9855019999668,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 0.6612710000481457,
"failureMessages": [
"empty-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -24,22 +24,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a /* a */ // b\n - /* c */\n - foo // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a /* a */ /* c */ // b\n +\n + foo // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 57.273594000027515,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 56.90822499990463,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 56.2007979999762,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 56.91472000000067,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 57.01744399999734,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 56.89697900007013,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 57.378687000018544,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 57.04334500001278,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 0.47493499994743615,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 58.07115099998191,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 59.357397000072524,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 57.01842700003181,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 56.02167200006079,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 57.42079999996349,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 57.488904999918304,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 57.690466000000015,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 56.911317000049166,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 0.661022000014782,
"failureMessages": [
"export.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,11 +45,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {}\n + {}\n \n export /* comment */ {}\n \n const foo = \"\"\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 60.59152599994559,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 58.47299999999814,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 57.72132099990267,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 59.980813000001945,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 60.27270299999509,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 61.011324999970384,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 58.99200799991377,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 59.410683999885805,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 0.43189399992115796,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 56.05023399996571,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 56.397392000071704,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 55.90006999997422,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 56.12669399997685,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 55.38208100001793,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 55.905749999918044,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 56.30764100002125,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 55.85070900002029,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 0.44021000002976507,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 71.13037200004328,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 62.79385200003162,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 62.604445999953896,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 61.187971999985166,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 60.71358099998906,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 87.71630700002424,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 61.9243359999964,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 62.820940000005066,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 0.5141069999663159,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 61.42368899995927,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 59.635084000066854,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 58.796833999920636,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 58.95486400008667,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 60.8600940000033,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 58.81294899992645,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 57.69388100004289,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 59.91444799990859,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 0.44285500003024936,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 63.417934000026435,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 59.516277999966405,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 58.336659999913536,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 58.27212199999485,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 57.93181699991692,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 58.72563900006935,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 58.08780300000217,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 58.86757999996189,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 0.4501380000729114,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 71.97271700005513,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 63.79174100002274,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 62.04740999999922,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 84.57369500002824,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 72.72101999993902,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 63.17799899994861,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 81.66632300009951,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 65.69979900005274,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 0.6549200000008568,
"failureMessages": [
"jsdoc-nestled-dangling.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -24,11 +24,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n }\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 58.05230999994092,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 57.66416299995035,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 56.28352900000755,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 56.72012800001539,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 57.51891099999193,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 57.40365499991458,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 56.45548899995629,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 56.26347100001294,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 0.6779829999431968,
"failureMessages": [
"jsdoc-nestled.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -34,21 +34,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n }\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -57,10 +58,12 @@\n return new Value(type)\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 73.75806799996644,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 59.53801999997813,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 57.64415300008841,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 57.41231699998025,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 55.813114000018686,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 58.079894999973476,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 58.36653700005263,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 57.84005799994338,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 0.444958999985829,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 58.936845000018366,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 58.93704499991145,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 57.21177799999714,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 58.111958999885246,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 57.36073200008832,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 59.00007200008258,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 59.67367699998431,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 58.37250599998515,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 0.4943410000996664,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 65.36453600006644,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 67.29028299998026,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 61.446284999954514,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 60.936845999909565,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 60.13722599996254,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 60.589978999923915,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 62.2319069999503,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 61.317917999927886,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 0.7561080000596121,
"failureMessages": [
"last-arg.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `last-arg.js - {\"semi\":false} format 1`\n \n - Snapshot - 9\n + Received + 3\n \n @@ -60,26 +60,20 @@\n lol3 /*string*/,\n lol4 /*string*/,\n ) /*string*/ {}\n \n // prettier-ignore\n - c(lol /*string*/\n - ) {}\n + c(lol /*string*/) {}\n \n // prettier-ignore\n - d(\n - lol /*string*/,\n - lol2 /*string*/,\n - lol3 /*string*/,\n - lol4 /*string*/\n - ) {}\n + d(lol /*string*/, lol2 /*string*/, lol3 /*string*/, lol4 /*string*/) {}\n \n // prettier-ignore\n e(\n lol /*string*/,\n lol2 /*string*/,\n lol3 /*string*/,\n - lol4 /*string*/\n + lol4 /*string*/,\n ) {} /* string*/\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 59.84414399997331,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 73.10473299992736,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 58.38314199994784,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 58.512987999944016,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 58.07551999995485,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 59.038138999952935,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 57.62939299992286,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 58.04387700010557,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 0.491323999944143,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 56.67525299999397,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 57.19427099998575,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 55.94080099998973,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 55.890889999922365,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 55.97658799996134,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 57.45415299991146,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 57.74806400004309,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 56.93723999999929,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 0.4152130000293255,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 57.12439600005746,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 57.151387999998406,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 55.940929000033066,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 56.03620099998079,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 55.12067999993451,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 56.091331999981776,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 56.69773100002203,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 56.494201999972574,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 0.8081160000292584,
"failureMessages": [
"multi-comments-on-same-line.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js - {\"semi\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -115,14 +115,14 @@\n a /*\n 1*/ /*2*/ /*3\n */\n b\n \n - a\n - /*\n + a /*\n 1*/ /*2*/ /*3\n - */ b\n + */\n + b\n \n /*========= First two on same line =========*/\n a\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 59.57714299997315,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 58.29288899991661,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 58.5783559998963,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 59.78113000001758,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 57.20900199993048,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 58.82609300001059,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 60.572157000075094,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 60.88071100006346,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 0.4070579999824986,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 57.37073500000406,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 57.94049000006635,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 58.25962399994023,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 56.52089899999555,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 56.50775600003544,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 56.97520700003952,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 56.579139000037685,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 56.86148099997081,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 0.49820800009183586,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 57.35329100000672,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 57.78301899996586,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 57.137381999986246,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 57.40154899994377,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 56.72146399994381,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 57.48788599995896,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 56.72783400001936,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 56.816440999973565,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 0.8812610000604764,
"failureMessages": [
"return-statement.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js - {\"semi\":false} format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -207,39 +207,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n )\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n )\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n )\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n )\n }\n \n function call() {\n return (\n @@ -262,13 +255,13 @@\n )\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n )\n }\n \n function excessiveEverything() {\n @@ -303,15 +296,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - )\n + return /**\n + * @type {string}\n + */ \"result\"\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 77.55917400005274,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 65.10593299998436,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 63.40415000007488,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 64.20850499998778,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 61.92869199998677,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 62.981182000017725,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 65.4550290000625,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 63.4544519999763,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 0.4680419999640435,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 58.00019399996381,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 58.04506399994716,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 57.27744099998381,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 56.53284299990628,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 56.70469099993352,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 56.84665700001642,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 58.36329200002365,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 57.96454299998004,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 0.44816399994306266,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 59.9466099999845,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 58.830637000035495,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 57.94980000006035,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 58.21532600000501,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 57.2810499999905,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 58.62002000003122,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 57.24082899990026,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 58.5522040000651,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 0.6144349999958649,
"failureMessages": [
"tagged-template-literal.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -28,11 +28,11 @@\n \n foo // comment\n `\n `\n \n - foo/* comment */ `\n + foo /* comment */`\n `\n \n foo /* comment */`\n `\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 57.81159699999262,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 56.58938800008036,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 57.108789999969304,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 59.86742000002414,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 56.64845700003207,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 56.59715600009076,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 57.80238599993754,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 57.149484000052325,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 0.4431559999939054,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 56.61642900004517,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 56.9181910000043,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 58.19273499993142,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 56.27791199996136,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 56.25229199999012,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 57.07374100002926,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 56.95537600002717,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 56.52320199995302,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 0.6613439999055117,
"failureMessages": [
"trailing-jsdocs.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -33,23 +33,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n })\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 59.26685999997426,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 59.58968599990476,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 58.37964699999429,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 59.21018799999729,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 58.179846000042744,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 59.03971799998544,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 58.778918999945745,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 58.81851400004234,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 0.6964249999728054,
"failureMessages": [
"trailing_space.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 57.14774300006684,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 62.26741099997889,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 59.20100799994543,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 56.46028499992099,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 55.529839999973774,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 56.06471399997827,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 56.19477800000459,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 56.016402999986894,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 0.4281559999799356,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 58.17301899997983,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 57.06653800001368,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 56.161980999982916,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 56.53630699997302,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 56.45581700000912,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 56.828577999956906,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 57.4664079999784,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 56.71333599998616,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 0.6645460000727326,
"failureMessages": [
"tuple-and-record.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"semi\":false} format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -29,20 +29,20 @@\n // Comment\n {\n key: \"value\",\n }\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - }\n + let record = // Comment\n + #\n + {\n + key: \"value\"\n + }\n \n let array =\n // Comment\n [\"value\"]\n \n - let tuple =\n - // Comment\n - #[\"value\"]\n + let tuple = // Comment\n + #\n + ;[\"value\"]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 3.0033990000374615,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 1.6940419999882579,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 1.0641099999193102,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 0.8881929999915883,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 0.8696280000731349,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 57.59279799996875,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 57.18609299999662,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 56.57419700000901,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 0.4560389999533072,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 85.83953300002031,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 60.97061199997552,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 60.145607999991626,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 59.934410999994725,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 60.1569469999522,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 61.251650999998674,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 60.7023989999434,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 60.742740999907255,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 0.5115920000243932,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 58.383815000066534,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 58.12157600000501,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 57.36335300002247,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 57.07362000003923,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 57.0626119999215,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 58.22429000004195,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 56.991663999971934,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 58.45098800002597,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 0.650580000015907,
"failureMessages": [
"snippet: #0 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 56.20669199991971,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 56.87975700001698,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 56.26231500005815,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 56.358476000023074,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 56.26221599988639,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 56.69511400000192,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 56.455758000025526,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 55.93805200001225,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 0.602621000027284,
"failureMessages": [
"snippet: #1 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 56.33512800000608,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 57.27468599996064,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 56.766287000034936,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 56.249972000019625,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 56.363335000001825,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 56.42966000002343,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 56.53869200008921,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 56.04443500004709,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "snippet: cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -5,10 +5,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()\n \n =====================================output=====================================\n - (function () {\n - return <|>15;\n + (function () {\n + return 1<|>5;\n })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: cursor-and-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-and-range.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -14,13 +14,12 @@\n | ^^^^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n - \n -\n class a {\n - b(<|>) {}\n + b() {<|>}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-1.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -14,14 +14,12 @@\n 5 | }\n 6 |\n 7 | let x\n 8 |\n =====================================output=====================================\n - \n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: range-and-cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-and-cursor-1.js format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -16,15 +16,12 @@\n 6 | }\n 7 |\n 8 | let x \n 9 |\n =====================================output=====================================\n - \n -\n -\n class a {\n - b(<|>) {}\n + b() {}<|>\n }\n \n - let x \n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 16,
"numPendingTests": 0,
"perfStats": {
"start": 170788.26060700003,
"end": 171947.16216300003,
"runtime": 1159,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bom/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 0.807844000053592,
"failureMessages": [
"snippet: cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -5,10 +5,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()\n \n =====================================output=====================================\n - (function () {\n - return <|>15;\n + (function () {\n + return 1<|>5;\n })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 57.46288599993568,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 56.44564499997068,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 55.69402000005357,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 56.43726100004278,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 1.227725000004284,
"failureMessages": [
"snippet: cursor-and-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-and-range.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -14,13 +14,12 @@\n | ^^^^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n - \n -\n class a {\n - b(<|>) {}\n + b() {<|>}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 57.2792929999996,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 56.8723689999897,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 57.812351000029594,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 57.03492300002836,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 0.9205430001020432,
"failureMessages": [
"snippet: range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-1.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -14,14 +14,12 @@\n 5 | }\n 6 |\n 7 | let x\n 8 |\n =====================================output=====================================\n - \n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 56.74512400000822,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 56.825347000034526,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 56.58987000002526,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 57.098694000043906,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 0.7503459999570623,
"failureMessages": [
"snippet: range-and-cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-and-cursor-1.js format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -16,15 +16,12 @@\n 6 | }\n 7 |\n 8 | let x \n 9 |\n =====================================output=====================================\n - \n -\n -\n class a {\n - b(<|>) {}\n + b() {}<|>\n }\n \n - let x \n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 56.78009999997448,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 56.72329300001729,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 57.2160969999386,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 56.355405999929644,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "import-defer-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import defer * as ns from \"x\" with { attr: \"val\" };\n + import defer\n + * as ns from \"x\"\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-defer.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 172009.94773900002,
"end": 172250.13467900007,
"runtime": 240,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 16,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/deferred-import-evaluation/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 0.6160859999945387,
"failureMessages": [
"import-defer-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import defer * as ns from \"x\" with { attr: \"val\" };\n + import defer\n + * as ns from \"x\"\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 1.296883000060916,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 0.8340920000337064,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 0.7791300000390038,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 56.23258700000588,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 0.586011000094004,
"failureMessages": [
"import-defer.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 1.0450049999635667,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 0.7226750000845641,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 0.7346469999756664,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 56.114842999959365,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 1.342488000052981,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 0.7940169998910278,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 0.6973770000040531,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 0.695073000038974,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 0.7948089999845251,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.7359189999988303,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.6799360000295565,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.6699760000919923,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.6284989999840036,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.7604449999053031,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { with: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {with: {type: \"json\"}});\n + import(\"./foo.json\", { with: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" with { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" with {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nre-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" with {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstatic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" with {type: \"json\"};\n + import json from \"./foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 16,
"numPendingTests": 0,
"perfStats": {
"start": 172329.25513800007,
"end": 172803.20079600002,
"runtime": 474,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-attributes/bracket-spacing/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.6663899999111891,
"failureMessages": [
"dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { with: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {with: {type: \"json\"}});\n + import(\"./foo.json\", { with: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.3974500000476837,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.8162390000652522,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7697430000407621,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 57.06606900005136,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.6439580000005662,
"failureMessages": [
"empty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" with { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" with {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 1.2172949999803677,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.7694820000324398,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 1.0197380000026897,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 55.57995399995707,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.612258999957703,
"failureMessages": [
"re-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" with {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 1.1654989999951795,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.8085440000286326,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.7472699999343604,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 56.01411499991082,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.6080009998986498,
"failureMessages": [
"static-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" with {type: \"json\"};\n + import json from \"./foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.0799190000398085,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7783589999889955,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7280839999439195,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 56.034404999925755,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { assert: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {assert: {type: \"json\"}});\n + import(\"./foo.json\", { assert: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" assert { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" assert {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nre-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" assert {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstatic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" assert {type: \"json\"};\n + import json from \"./foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 16,
"numPendingTests": 0,
"perfStats": {
"start": 172863.437859,
"end": 173327.21248400008,
"runtime": 464,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-assertions/bracket-spacing/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.6620220000622794,
"failureMessages": [
"dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { assert: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {assert: {type: \"json\"}});\n + import(\"./foo.json\", { assert: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.1154749999986961,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.8376889999490231,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7635699999518692,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 56.52041699993424,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.7064639999298379,
"failureMessages": [
"empty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" assert { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" assert {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 1.1552300000330433,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.8832539999857545,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.7300380000378937,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 56.78559700003825,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.6832319999812171,
"failureMessages": [
"re-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" assert {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 1.1466129999607801,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.7636109999148175,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.7167139999801293,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 55.88664799998514,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.6350109999766573,
"failureMessages": [
"static-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" assert {type: \"json\"};\n + import json from \"./foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.0852390000363812,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7486329999519512,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7601549999089912,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 56.833081000018865,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "arrow_function_expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n (a) => a instanceof {};\n (a) => ({})().b && 0;\n - (a) => ({}().c = 0);\n + (a) => (({})().c = 0);\n (x) => ({})()();\n (x) => ({})()``;\n (x) => ({})().b;\n a = (b) => c;\n (x) => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-as-arg.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-in-logical-expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomment.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurried.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -323,46 +323,42 @@\n (argument11) =>\n (argument12) =>\n 3,\n );\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n (argument1) =>\n (argument2) =>\n (argument3) =>\n @@ -377,27 +373,25 @@\n (argument12) =>\n 3\n )(3);\n \n bar(\n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -416,24 +410,22 @@\n dispatch(action),\n );\n \n foo((action) => (action) => action);\n \n - import(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-2.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -25,22 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", (head) => (body) => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) => (body) => (mody) => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (mody) => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) =>\n - (body) =>\n - (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n - console.log(head, body);\n - },\n - );\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n + console.log(head, body);\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-4.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f((a) => (1, 2, 3) /* a */);\n f((a) => (b) => (1, 2, 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1, 2, 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => (c) => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f((a) => (1 ? 2 : 3) /* a */);\n - f((a) => (b) => (1 ? 2 : 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => 1 ? 2 : 3 /* b */ /* a */);\n + f((a) => (b) => (c) => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-1389-curry.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 11\n + Received + 15\n \n @@ -35,32 +35,36 @@\n foo: bar,\n bar: baz,\n baz: foo,\n });\n \n - const fn12 = (a) => (b) => (c) => (d) => (e) => #{\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\narrow_function_expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n a => a instanceof {};\n a => ({})().b && 0;\n - a => ({}().c = 0);\n + a => (({})().c = 0);\n x => ({})()();\n x => ({})()``;\n x => ({})().b;\n a = b => c;\n x => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-as-arg.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomment.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurried.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -315,46 +315,42 @@\n argument11 =>\n argument12 =>\n 3,\n );\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n argument1 =>\n argument2 =>\n argument3 =>\n @@ -369,27 +365,25 @@\n argument12 =>\n 3\n )(3);\n \n bar(\n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -406,24 +400,22 @@\n action => next => next => next => next => next => next => dispatch(action),\n );\n \n foo(action => action => action);\n \n - import(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-2.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 10\n + Received + 8\n \n @@ -25,20 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", head => body => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => mody => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + mody => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n console.log(head, body);\n - },\n - );\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-4.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f(a => (1, 2, 3) /* a */);\n f(a => b => (1, 2, 3) /* b */ /* a */);\n - f(a => b => c => (1, 2, 3) /* c */ /* b */ /* a */);\n + f(a => b => c => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f(a => (1 ? 2 : 3) /* a */);\n - f(a => b => (1 ? 2 : 3) /* b */ /* a */);\n - f(a => b => c => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f(a => b => 1 ? 2 : 3 /* b */ /* a */);\n + f(a => b => c => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-1389-curry.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 7\n + Received + 15\n \n @@ -31,28 +31,36 @@\n }));\n \n =====================================output=====================================\n const fn12 = a => b => c => d => e => ({ foo: bar, bar: baz, baz: foo });\n \n - const fn12 = a => b => c => d => e => #{ foo: bar, bar: baz, baz: foo };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 18,
"numPassingTests": 248,
"numPendingTests": 0,
"perfStats": {
"start": 173396.24285700003,
"end": 189312.246199,
"runtime": 15916,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 18,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.440679999999702,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.54574600001797,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.76643600000534,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.722483000019565,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.74989499989897,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.995916999992914,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.665584999951534,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6809570000041276,
"failureMessages": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n (a) => a instanceof {};\n (a) => ({})().b && 0;\n - (a) => ({}().c = 0);\n + (a) => (({})().c = 0);\n (x) => ({})()();\n (x) => ({})()``;\n (x) => ({})().b;\n a = (b) => c;\n (x) => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 69.6682570000412,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 68.65275200002361,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 68.3420000000624,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 64.21147900004871,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 63.35184899996966,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 65.77604999998584,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.427746000001207,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.91825200000312,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.338511000038125,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.08785200002603,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.844885000027716,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.95008800004143,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.76972600002773,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.41784699994605035,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.50757800007705,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 55.86432000005152,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.84197199996561,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.056426999974065,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.2126350000035,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.13887399993837,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.740758000058122,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 94.42069099994842,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 80.00935100007337,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 77.25655099994037,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 73.99346000002697,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 78.42254099994898,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 84.42940200003795,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.7058330000145361,
"failureMessages": [
"chain-as-arg.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.080321999965236,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.73904799995944,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.68584799999371,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.59091099991929,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.306732000084594,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.06842000002507,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6167170000262558,
"failureMessages": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.56754700001329,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.132636999944225,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.21640599996317,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.39128099998925,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.68621700000949,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.91064000001643,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 1.059110000031069,
"failureMessages": [
"comment.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 66.31946399994195,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.62599999993108,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.07503700000234,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.158267999999225,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.06415200000629,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 62.68393299996387,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 1.340332999941893,
"failureMessages": [
"curried.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -323,46 +323,42 @@\n (argument11) =>\n (argument12) =>\n 3,\n );\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n (argument1) =>\n (argument2) =>\n (argument3) =>\n @@ -377,27 +373,25 @@\n (argument12) =>\n 3\n )(3);\n \n bar(\n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -416,24 +410,22 @@\n dispatch(action),\n );\n \n foo((action) => (action) => action);\n \n - import(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 87.10641299991403,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 82.9382779999869,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 81.50301899993792,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 69.7034439999843,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 79.41401399997994,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 76.64034899999388,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6923579999711365,
"failureMessages": [
"currying-2.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -25,22 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", (head) => (body) => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) => (body) => (mody) => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (mody) => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) =>\n - (body) =>\n - (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n - console.log(head, body);\n - },\n - );\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n + console.log(head, body);\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.35493600007612,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.69009100005496,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.99930499994662,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.98620699997991,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.672739000059664,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.93844800000079,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.3908569999039173,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.45585000002757,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.71196200000122,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.4672309999587,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.98886099993251,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.05117300001439,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.400738000054844,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.9585230000084266,
"failureMessages": [
"currying-4.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f((a) => (1, 2, 3) /* a */);\n f((a) => (b) => (1, 2, 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1, 2, 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => (c) => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f((a) => (1 ? 2 : 3) /* a */);\n - f((a) => (b) => (1 ? 2 : 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => 1 ? 2 : 3 /* b */ /* a */);\n + f((a) => (b) => (c) => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 65.9208149999613,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 64.32827200007159,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 67.33640000002924,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 62.07132600003388,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 63.568498999928124,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 66.32703199994285,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.4449069999391213,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.52071099996101,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.90936299995519,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.83594699995592,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.16900999995414,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 62.44395300000906,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.028206999995746,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6159850000403821,
"failureMessages": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.32652199990116,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.53226100001484,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.47875300003216,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.08979100000579,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 67.01723699993454,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.99057200003881,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.41986999998334795,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.0689410000341,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.454069999977946,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.72491099999752,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.13054000004195,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.83811200002674,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.188321999972686,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.4236479999963194,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.77800499997102,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.28445899998769,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.99014399992302,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.16314399999101,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.80503899999894,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.60341600002721,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.4471720000728965,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.00465300003998,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.051927000051364,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.191991000087,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.55642500007525,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.81662599998526,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.55545500002336,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.5040380000136793,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.34393899992574,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.51284600002691,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.650611000019126,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.977763000060804,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.74239300005138,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.41323399997782,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.7271030000410974,
"failureMessages": [
"tuple-and-record.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 11\n + Received + 15\n \n @@ -35,32 +35,36 @@\n foo: bar,\n bar: baz,\n baz: foo,\n });\n \n - const fn12 = (a) => (b) => (c) => (d) => (e) => #{\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 2.6190920000663027,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 1.2127849999815226,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.9786399999866262,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.9107739999890327,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.90304100001231,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.61707499995828,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.42127299995627254,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.88243500003591,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.16138099995442,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.07279299991205,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.2577380000148,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.957256000023335,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.53142699995078,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6444279999705032,
"failureMessages": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n a => a instanceof {};\n a => ({})().b && 0;\n - a => ({}().c = 0);\n + a => (({})().c = 0);\n x => ({})()();\n x => ({})()``;\n x => ({})().b;\n a = b => c;\n x => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.10070900002029,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.60615299991332,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.94955499994103,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.53371500002686,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.632030999986455,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.446378999971785,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4105240000644699,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.084700000006706,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.92998300003819,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.793047000071965,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.21788499993272,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.566781000001356,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.46241799998097,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4178879999089986,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.79903800005559,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.79810799995903,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.20044000004418,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.1618610000005,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.275745999999344,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.83512000006158,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.5454740000423044,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 78.11334699997678,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 85.39889200008474,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 72.8879050000105,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 70.9454680000199,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 76.22299899999052,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 74.4584470000118,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.7376619999995455,
"failureMessages": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.590383999980986,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.949934000032954,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.3677509999834,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.63088000006974,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.733351000002585,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.58120799995959,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.610476000001654,
"failureMessages": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.333144999924116,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.23448499990627,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.12251799996011,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.84371300006751,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.11846599995624,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.049018000019714,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.9102939999429509,
"failureMessages": [
"comment.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.225648000021465,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.38433699996676,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.05730899993796,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.23143100005109,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.528631999972276,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.32242900005076,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 1.1647769999690354,
"failureMessages": [
"curried.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -315,46 +315,42 @@\n argument11 =>\n argument12 =>\n 3,\n );\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n argument1 =>\n argument2 =>\n argument3 =>\n @@ -369,27 +365,25 @@\n argument12 =>\n 3\n )(3);\n \n bar(\n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -406,24 +400,22 @@\n action => next => next => next => next => next => next => dispatch(action),\n );\n \n foo(action => action => action);\n \n - import(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 73.2343080000719,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 68.9122389999684,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 83.71272400009912,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 70.76616300002206,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 71.4551859999774,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 80.6548930000281,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.7116740000201389,
"failureMessages": [
"currying-2.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 10\n + Received + 8\n \n @@ -25,20 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", head => body => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => mody => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + mody => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n console.log(head, body);\n - },\n - );\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.96121600002516,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.2784039999824,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.975363000063226,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.70754700002726,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.53674100001808,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.55011099996045,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.45968500000890344,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.65578699996695,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.390860000043176,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.465993999969214,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.90698899992276,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.82297400000971,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.11566300003324,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.8710109998937696,
"failureMessages": [
"currying-4.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f(a => (1, 2, 3) /* a */);\n f(a => b => (1, 2, 3) /* b */ /* a */);\n - f(a => b => c => (1, 2, 3) /* c */ /* b */ /* a */);\n + f(a => b => c => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f(a => (1 ? 2 : 3) /* a */);\n - f(a => b => (1 ? 2 : 3) /* b */ /* a */);\n - f(a => b => c => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f(a => b => 1 ? 2 : 3 /* b */ /* a */);\n + f(a => b => c => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.34133299998939,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.10679200000595,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.303558000014164,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.54819000000134,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 66.88946299999952,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.28584100003354,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4019180000759661,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.85761199996341,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.30611700005829,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.20140200003516,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.490428999997675,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.39770600001793,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.25598400004674,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6679529999382794,
"failureMessages": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.308832000009716,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.135072000091895,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.861052999971434,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.29546700010542,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.592620999901555,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.68645500007551,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.44279400003142655,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.31506299995817,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.53484400000889,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.04122200002894,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.08181899995543,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.08563799993135,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.041484000044875,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4875169999431819,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.0967969999183,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.72094200004358,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.43070499994792,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.58680000004824,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.09380099992268,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.850834999931976,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.41962099994998425,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.9410720000742,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.005508000031114,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.55796000000555,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.394006000016816,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.83755299996119,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.443052000016905,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.42142400005832314,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.65188100002706,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.082852000021376,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.559753000037745,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.516499000019394,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.26515699992888,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.37706199998502,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.677881000097841,
"failureMessages": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 7\n + Received + 15\n \n @@ -31,28 +31,36 @@\n }));\n \n =====================================output=====================================\n const fn12 = a => b => c => d => e => ({ foo: bar, bar: baz, baz: foo });\n \n - const fn12 = a => b => c => d => e => #{ foo: bar, bar: baz, baz: foo };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 1.7988870000699535,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 1.0239849999779835,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.8588280000258237,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.875969999935478,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.78123099997174,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.41308600001503,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "escaped.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\"\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nescaped.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\",\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 68,
"numPendingTests": 0,
"perfStats": {
"start": 189391.444403,
"end": 193464.64511900005,
"runtime": 4073,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/strings/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.7682300000451505,
"failureMessages": [
"escaped.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\"\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.17228800000157,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.53264499991201,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.61128299997654,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.82891199993901,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.14590500004124,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.375435000052676,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.46344199997838587,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.81180000002496,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.630325999925844,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.16568299999926,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.75196600006893,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.896036999998614,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.61839300009888,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.41692599991802126,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.88999200006947,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 1.3524160000961274,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.7680290000280365,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.02551800000947,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.60499100002926,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.207398999948055,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.4150829999707639,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.500187999918126,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.7028439999558,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.139839999959804,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.73328099993523,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.27747599990107,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.70290799997747,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.5163830000674352,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 87.92879600008018,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 67.34161700005643,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 68.73850900004618,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 66.26233800000045,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 73.30120599991642,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 67.63520399993286,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.6249039999675006,
"failureMessages": [
"escaped.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\",\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.63549300003797,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.88396499992814,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.53856400004588,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.53727400000207,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.2622670000419,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.665813000057824,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.49348900001496077,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.62349499994889,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.03492400003597,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.557374000083655,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.20340499992017,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.523205999983475,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.120620999950916,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.42622399993706495,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.40050499991048,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 1.2244420000351965,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.7720190000254661,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.4319039999973,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.76892099995166,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.12539800000377,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.5120250000618398,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.05931300006341,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.30973300000187,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.55784299992956,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.04248199996073,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.30662000004668,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.42825599992648,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4531740000238642,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 83.78589599998668,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 65.77294299995992,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 66.61122900003102,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 64.43015100003686,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 67.35163500008639,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 66.00468000001274,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "objects.js - {\"quoteProps\":\"as-needed\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"as-needed\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -130,36 +130,36 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n NaN: null,\n 1: null,\n - 1.5: null,\n + \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"preserve\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"preserve\"} format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -130,18 +130,18 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclasses.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -35,10 +35,10 @@\n c1 = \"c1\";\n c2 = \"c2\";\n }\n \n class D {\n - \"d1\" = \"d1\";\n + d1 = \"d1\";\n \"d-2\" = \"d2\";\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -121,45 +121,45 @@\n c1: \"c1\",\n c2: \"c2\",\n };\n \n const d = {\n - \"d1\": \"d1\",\n + d1: \"d1\",\n \"d-2\": \"d2\",\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - \"NaN\": null,\n - \"1\": null,\n + NaN: null,\n + 1: null,\n \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -170,26 +170,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n \"a-\": \"a-\",\n // These can be quoted:\n - \"NaN\": \"NaN\",\n - \"1\": \"1\",\n - \"1.5\": \"1.5\",\n + NaN: \"NaN\",\n + 1: \"1\",\n + 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - \"0.1\": \".1\",\n - \"1\": \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwith_numbers.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -30,9 +30,9 @@\n 1: \"\",\n };\n \n obj = {\n \"foo-bar\": \"\",\n - \"1\": \"\",\n + 1: \"\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclasses.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -36,10 +36,10 @@\n c1 = 'c1';\n c2 = 'c2';\n }\n \n class D {\n - 'd1' = 'd1';\n + d1 = 'd1';\n 'd-2' = 'd2';\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -122,45 +122,45 @@\n c1: 'c1',\n c2: 'c2',\n };\n \n const d = {\n - 'd1': 'd1',\n + d1: 'd1',\n 'd-2': 'd2',\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - 'NaN': null,\n - '1': null,\n + NaN: null,\n + 1: null,\n '1.5': null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n '.1': null,\n '1.': null,\n '1.0': null,\n - '999999999999999999999': null,\n + 999999999999999999999: null,\n '0.99999999999999999': null,\n '1E2': null,\n '1e+3': null,\n '1e+100': null,\n '0b10': null,\n @@ -171,26 +171,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n 'a-': 'a-',\n // These can be quoted:\n - 'NaN': 'NaN',\n - '1': '1',\n - '1.5': '1.5',\n + NaN: 'NaN',\n + 1: '1',\n + 1.5: '1.5',\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - '0.1': '.1',\n - '1': '1.',\n + .1: '.1',\n + 1.: '1.',\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: '1.0', // 1\n 999999999999999999999: '999999999999999999999', // 1e+21\n 0.99999999999999999: '0.99999999999999999', // 1\n - 1e2: '1E2', // 100\n - 1e3: '1e+3', // 1000\n - 1e100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: '1E2', // 100\n + 1e+3: '1e+3', // 1000\n + 1e+100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: '0b10', // 2\n 0o10: '0o10', // 8\n 0xf: '0xf', // 15\n 2n: '2n', // 2\n 0xan: '0xan', // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwith_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -31,9 +31,9 @@\n 1: '',\n };\n \n obj = {\n 'foo-bar': '',\n - '1': '',\n + 1: '',\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 8,
"numPassingTests": 92,
"numPendingTests": 0,
"perfStats": {
"start": 193533.40538299998,
"end": 199587.21043100004,
"runtime": 6054,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 8,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/quote-props/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.4260240000439808,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.599729000008665,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.47826899995562,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 59.31297599989921,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 59.24054999998771,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.43864700000267476,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 59.33931800001301,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 59.816944999969564,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.224457000033,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.94487700005993,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.798767999978736,
"failureMessages": [
"objects.js - {\"quoteProps\":\"as-needed\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"as-needed\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -130,36 +130,36 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n NaN: null,\n 1: null,\n - 1.5: null,\n + \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 62.943050000001676,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 62.87203800003044,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 65.39533500000834,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 64.98442100000102,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.4185979999601841,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.72858300001826,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.91959599999245,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 57.94392999995034,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.64245899999514,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.43374699994456023,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 60.46349899994675,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 60.266800999990664,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 59.040222999989055,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.72305799997412,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.49305699998512864,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 58.856445999932475,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.25246500002686,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.33635100000538,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.39741600002162,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.41474099992774427,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 57.45503099996131,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.91077299998142,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 58.67543199995998,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.48482700006571,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.9278470000717789,
"failureMessages": [
"objects.js - {\"quoteProps\":\"preserve\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"preserve\"} format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -130,18 +130,18 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 63.23818799993023,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 63.626485999906436,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 63.04467799991835,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 69.44093099993188,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.4878480000188574,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 58.3670090000378,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 58.53297099994961,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 58.12397299997974,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.72033999999985,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.42466000001877546,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.34836699999869,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 58.72102699999232,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 58.30858700000681,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 58.60608499997761,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.6186509999679402,
"failureMessages": [
"classes.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -35,10 +35,10 @@\n c1 = \"c1\";\n c2 = \"c2\";\n }\n \n class D {\n - \"d1\" = \"d1\";\n + d1 = \"d1\";\n \"d-2\" = \"d2\";\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 58.55370499996934,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 58.38905900006648,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.082021999987774,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.90126299997792,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.4379750000080094,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 58.97570899990387,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.24281999992672,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 58.978596000000834,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.06298700009938,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.8672730000689626,
"failureMessages": [
"objects.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -121,45 +121,45 @@\n c1: \"c1\",\n c2: \"c2\",\n };\n \n const d = {\n - \"d1\": \"d1\",\n + d1: \"d1\",\n \"d-2\": \"d2\",\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - \"NaN\": null,\n - \"1\": null,\n + NaN: null,\n + 1: null,\n \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -170,26 +170,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n \"a-\": \"a-\",\n // These can be quoted:\n - \"NaN\": \"NaN\",\n - \"1\": \"1\",\n - \"1.5\": \"1.5\",\n + NaN: \"NaN\",\n + 1: \"1\",\n + 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - \"0.1\": \".1\",\n - \"1\": \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 63.516866000019945,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 64.99758700001985,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 67.38532399991527,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 66.80950299999677,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.4705959999701008,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.809401000034995,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 58.6612759999698,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 58.963027000078,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.29919299995527,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.6267050000606105,
"failureMessages": [
"with_numbers.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -30,9 +30,9 @@\n 1: \"\",\n };\n \n obj = {\n \"foo-bar\": \"\",\n - \"1\": \"\",\n + 1: \"\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.41530200000852,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.98513599997386,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.02074499998707,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 58.78712100000121,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.77837900002487,
"failureMessages": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -36,10 +36,10 @@\n c1 = 'c1';\n c2 = 'c2';\n }\n \n class D {\n - 'd1' = 'd1';\n + d1 = 'd1';\n 'd-2' = 'd2';\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 60.020656000007875,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 59.26499899988994,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 58.962426999933086,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 60.42222499998752,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.5192459999816492,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 60.193235000013374,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 61.10504200006835,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 58.97569999995176,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 59.855764999985695,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.9085010000271723,
"failureMessages": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -122,45 +122,45 @@\n c1: 'c1',\n c2: 'c2',\n };\n \n const d = {\n - 'd1': 'd1',\n + d1: 'd1',\n 'd-2': 'd2',\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - 'NaN': null,\n - '1': null,\n + NaN: null,\n + 1: null,\n '1.5': null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n '.1': null,\n '1.': null,\n '1.0': null,\n - '999999999999999999999': null,\n + 999999999999999999999: null,\n '0.99999999999999999': null,\n '1E2': null,\n '1e+3': null,\n '1e+100': null,\n '0b10': null,\n @@ -171,26 +171,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n 'a-': 'a-',\n // These can be quoted:\n - 'NaN': 'NaN',\n - '1': '1',\n - '1.5': '1.5',\n + NaN: 'NaN',\n + 1: '1',\n + 1.5: '1.5',\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - '0.1': '.1',\n - '1': '1.',\n + .1: '.1',\n + 1.: '1.',\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: '1.0', // 1\n 999999999999999999999: '999999999999999999999', // 1e+21\n 0.99999999999999999: '0.99999999999999999', // 1\n - 1e2: '1E2', // 100\n - 1e3: '1e+3', // 1000\n - 1e100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: '1E2', // 100\n + 1e+3: '1e+3', // 1000\n + 1e+100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: '0b10', // 2\n 0o10: '0o10', // 8\n 0xf: '0xf', // 15\n 2n: '2n', // 2\n 0xan: '0xan', // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 70.75504199997522,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 63.19837599992752,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 66.5966569999,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 65.05227400001604,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.4307719999924302,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 58.93732499994803,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 60.0154099999927,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 59.64312100003008,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 61.28821499994956,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.8220999999903142,
"failureMessages": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -31,9 +31,9 @@\n 1: '',\n };\n \n obj = {\n 'foo-bar': '',\n - '1': '',\n + 1: '',\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 60.27955899992958,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 59.986583999940194,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 58.972111999988556,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 59.174216000013985,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 54,
"numPendingTests": 0,
"perfStats": {
"start": 199669.46963,
"end": 203100.88728199998,
"runtime": 3431,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrow-call/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.4900119999656454,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 73.68395400000736,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 67.20109699992463,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 64.82962799991947,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 66.71682099997997,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 65.56721599993762,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 65.81521799997427,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 65.42777700000443,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 65.53523599996697,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.4354499999899417,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.00456300005317,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.654070999938995,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.65396100003272,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.183163000037894,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.97944299993105,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.71473800006788,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.85856900003273,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.621899000019766,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.5054919999092817,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 81.8405849999981,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 66.26665000000503,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 65.53286300005857,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 65.70266800001264,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 65.2042590000201,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 66.2219000000041,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 69.30306599999312,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 66.71806799992919,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4422140000388026,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.70908099994995,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.24514499993529,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.984412999940105,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.66322799993213,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.155527999973856,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.39914800005499,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.01826299994718,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.176621000049636,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.45490700006484985,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 75.57568499993067,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 65.6429670000216,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 64.11960199999157,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 65.83800700004213,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 63.83748999994714,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 65.02178599999752,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 64.2483030000003,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 65.06474900001194,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.4348199999658391,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.49403499998152,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.18641199998092,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.88628500001505,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.0533010000363,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.91164900001604,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.67970700003207,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.49715599999763,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.95361199998297,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 203168.237638,
"end": 205293.20173699997,
"runtime": 2125,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/shebang/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 0.42783599998801947,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 58.59790299995802,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 59.31230200000573,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 58.85198699997272,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 59.092385999974795,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 58.83516800007783,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 58.17501599993557,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 58.94341700000223,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 58.842899000039324,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 0.43084199994336814,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 59.72849800006952,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 59.84256999997888,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 59.819630999933,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 59.39695099997334,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 58.65651700005401,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 59.85951400001068,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 59.84424099989701,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 58.97088999999687,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 0.40890200005378574,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 58.45021899999119,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 59.533554999972694,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 58.555713999900036,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 58.4773489999352,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 58.22387699992396,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 59.04063100006897,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 59.77444900001865,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 58.953948000096716,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 0.41941099998075515,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 58.92524300003424,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 59.3691000000108,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 58.3882829999784,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 58.61411700001918,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 58.61609399993904,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 58.33459099999163,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 58.9130100000184,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 59.06091500003822,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 6\n + Received + 7\n \n @@ -13,19 +13,20 @@\n const m2 = module/* B1 */{\n /* B2 */\n };\n \n =====================================output=====================================\n - const m = /*A1*/ module {\n - /*A2*/ /*A3*/\n + const m = /*A1*/ module; /*A2*/\n + {\n + /*A3*/\n /*A4*/\n export const foo = \"foo\";\n export { foo }; /*A5*/\n /*A6*/\n - }; /*A7*/ /*A8*/\n + } /*A7*/ /*A8*/\n \n - const m2 = module {\n - /* B1 */\n + const m2 = module; /* B1 */\n + {\n /* B2 */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 25\n + Received + 35\n \n @@ -41,57 +41,67 @@\n foo(module { export let foo = \"foo\"; });\n \n let m = module { /* foo */ };\n \n =====================================output=====================================\n - module {\n + module;\n + {\n await 3;\n - };\n + }\n \n class B {\n #p() {\n - module {\n + module;\n + {\n class C {\n [this.#p];\n }\n - };\n + }\n }\n }\n \n - const m = module {\n + const m = module;\n + {\n export const foo = \"foo\";\n export { foo };\n - };\n + }\n \n - module {\n - export { foo };\n - };\n + module;\n + {\n + export { foo }\n + }\n \n - const m = module {};\n + const m = module;\n + {\n + }\n \n const worker = new Worker(module {\n export const foo = \"foo\";\n - });\n + })\n \n - let m = module {\n - module {\n + let m = module;\n + {\n + module;\n + {\n export let foo = \"foo\";\n - };\n - };\n + }\n + }\n \n - const m = module {\n - export const foo = \"foo\";\n - };\n + const m = module;\n + {\n + export const foo = \"foo\"\n + }\n \n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n - let m = module {\n + let m = module;\n + {\n /* foo */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -13,14 +13,14 @@\n | ^^\n > 4 | foo(module { export let foo = \"foo\"; })\n | ^^\n 5 |\n =====================================output=====================================\n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nworker.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `worker.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -19,28 +19,21 @@\n \n worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n =====================================output=====================================\n let worker = new Worker(module {\n - onmessage = function ({ data }) {\n + onmessage = function({data}) {\n let mod = import(data);\n postMessage(mod.fn());\n - };\n - }, { type: \"module\" });\n -\n - let worker = new Worker(\n - module {\n - onmessage = function ({ data }) {\n - let mod = import(data);\n - postMessage(mod.fn());\n - };\n - },\n - { type: \"module\", foo: \"bar\" },\n - );\n + }\n + }, {type: \"module\"});\n \n - worker.postMessage(module {\n - export function fn() {\n - return \"hello!\";\n + let worker = new Worker(module {\n + onmessage = function({data}) {\n + let mod = import(data);\n + postMessage(mod.fn());\n }\n - });\n + }, {type: \"module\", foo: \"bar\" });\n +\n + worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 21,
"numPendingTests": 0,
"perfStats": {
"start": 205359.384639,
"end": 206165.62335299997,
"runtime": 806,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 13,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/module-blocks/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.7568179999943823,
"failureMessages": [
"comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 6\n + Received + 7\n \n @@ -13,19 +13,20 @@\n const m2 = module/* B1 */{\n /* B2 */\n };\n \n =====================================output=====================================\n - const m = /*A1*/ module {\n - /*A2*/ /*A3*/\n + const m = /*A1*/ module; /*A2*/\n + {\n + /*A3*/\n /*A4*/\n export const foo = \"foo\";\n export { foo }; /*A5*/\n /*A6*/\n - }; /*A7*/ /*A8*/\n + } /*A7*/ /*A8*/\n \n - const m2 = module {\n - /* B1 */\n + const m2 = module; /* B1 */\n + {\n /* B2 */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.79637300001923,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.9214860000647604,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.759053000016138,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 59.8992159999907,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.8319780000019819,
"failureMessages": [
"module-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 25\n + Received + 35\n \n @@ -41,57 +41,67 @@\n foo(module { export let foo = \"foo\"; });\n \n let m = module { /* foo */ };\n \n =====================================output=====================================\n - module {\n + module;\n + {\n await 3;\n - };\n + }\n \n class B {\n #p() {\n - module {\n + module;\n + {\n class C {\n [this.#p];\n }\n - };\n + }\n }\n }\n \n - const m = module {\n + const m = module;\n + {\n export const foo = \"foo\";\n export { foo };\n - };\n + }\n \n - module {\n - export { foo };\n - };\n + module;\n + {\n + export { foo }\n + }\n \n - const m = module {};\n + const m = module;\n + {\n + }\n \n const worker = new Worker(module {\n export const foo = \"foo\";\n - });\n + })\n \n - let m = module {\n - module {\n + let m = module;\n + {\n + module;\n + {\n export let foo = \"foo\";\n - };\n - };\n + }\n + }\n \n - const m = module {\n - export const foo = \"foo\";\n - };\n + const m = module;\n + {\n + export const foo = \"foo\"\n + }\n \n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n - let m = module {\n + let m = module;\n + {\n /* foo */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 1.0345960000995547,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.7443859999766573,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.7031389999901876,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 63.33409799996298,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 0.49561199999880046,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 59.81185199995525,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 59.990976999979466,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 59.46358199999668,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 59.77119300002232,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.8877419999334961,
"failureMessages": [
"range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -13,14 +13,14 @@\n | ^^\n > 4 | foo(module { export let foo = \"foo\"; })\n | ^^\n 5 |\n =====================================output=====================================\n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.0564460000023246,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.7449059999780729,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.7143889999715611,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 60.96308100002352,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 0.692689000046812,
"failureMessages": [
"worker.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `worker.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -19,28 +19,21 @@\n \n worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n =====================================output=====================================\n let worker = new Worker(module {\n - onmessage = function ({ data }) {\n + onmessage = function({data}) {\n let mod = import(data);\n postMessage(mod.fn());\n - };\n - }, { type: \"module\" });\n -\n - let worker = new Worker(\n - module {\n - onmessage = function ({ data }) {\n - let mod = import(data);\n - postMessage(mod.fn());\n - };\n - },\n - { type: \"module\", foo: \"bar\" },\n - );\n + }\n + }, {type: \"module\"});\n \n - worker.postMessage(module {\n - export function fn() {\n - return \"hello!\";\n + let worker = new Worker(module {\n + onmessage = function({data}) {\n + let mod = import(data);\n + postMessage(mod.fn());\n }\n - });\n + }, {type: \"module\", foo: \"bar\" });\n +\n + worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 1.3921100000152364,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 0.7789890000130981,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 0.739555999985896,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 61.56053299992345,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "function-declaration-in-if.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-if.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n if (false) function foo(){}\n \n =====================================output=====================================\n - if (false) function foo() {}\n + if (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-declaration-in-while.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-while.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n while (false) function foo(){}\n \n =====================================output=====================================\n - while (false) function foo() {}\n + while (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 52,
"numPendingTests": 0,
"perfStats": {
"start": 206235.76522999996,
"end": 209231.30545499997,
"runtime": 2996,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 8,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sloppy-mode/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 0.4354400000302121,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 61.17929300002288,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 61.270398000022396,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 59.92986799997743,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 59.26362300000619,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 59.30089900002349,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 59.790290000033565,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 60.51037899998482,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 60.733191000064835,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 0.4371239999309182,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 60.30363400001079,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 60.67511700000614,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 59.67029499995988,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 59.60496300004888,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 60.09173300000839,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 59.70913400000427,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 59.714317000005394,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 59.68673499999568,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 0.47710799996275455,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 60.95779299992137,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 59.89714699995238,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 60.290809000027366,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 60.00600199995097,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 59.42252400005236,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 60.736781000043266,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 60.0775029999204,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 59.55582999996841,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 0.6289010000182316,
"failureMessages": [
"function-declaration-in-if.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-if.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n if (false) function foo(){}\n \n =====================================output=====================================\n - if (false) function foo() {}\n + if (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 59.10811799997464,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 59.58628100005444,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 58.860121999983676,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 58.97520799993072,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 59.47665600001346,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 59.95977299998049,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 59.24194999993779,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 59.77996600000188,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 0.6110780000453815,
"failureMessages": [
"function-declaration-in-while.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-while.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n while (false) function foo(){}\n \n =====================================output=====================================\n - while (false) function foo() {}\n + while (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 2.08767700009048,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 59.40929199999664,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 1.1046360000036657,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 0.7340369999874383,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 0.8742579999379814,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 60.07356299995445,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 58.55154100002255,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 58.809705000021495,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 0.4721889999927953,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 60.18629400001373,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 59.132465000031516,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 59.0869890000904,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 59.59050400007982,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 59.575983999995515,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 59.72746800002642,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 59.28731100005098,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 59.61716900009196,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "13018.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `13018.js format 1`\n \n - Snapshot - 6\n + Received + 18\n \n @@ -13,13 +13,25 @@\n foo(a--).bar().leet();\n \n =====================================output=====================================\n foo(_a).bar().leet();\n foo(-a).bar().leet();\n - foo(+a).bar().leet();\n - foo(~a).bar().leet();\n - foo(++a).bar().leet();\n - foo(--a).bar().leet();\n - foo(a++).bar().leet();\n - foo(a--).bar().leet();\n + foo(+a)\n + .bar()\n + .leet();\n + foo(~a)\n + .bar()\n + .leet();\n + foo(++a)\n + .bar()\n + .leet();\n + foo(--a)\n + .bar()\n + .leet();\n + foo(a++)\n + .bar()\n + .leet();\n + foo(a--)\n + .bar()\n + .leet();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -9,11 +9,11 @@\n foo.a().b().c({n, o})\n foo.a().b().c(#{n, o})\n \n =====================================output=====================================\n foo.a().b().c([n, o]);\n - foo.a().b().c(#[n, o]);\n + foo.a().b().c(#[n, o])\n \n foo.a().b().c({ n, o });\n - foo.a().b().c(#{ n, o });\n + foo.a().b().c(#{n, o})\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 268,
"numPendingTests": 0,
"perfStats": {
"start": 209307.18425600004,
"end": 225944.455655,
"runtime": 16637,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 33,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/method-chain/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"13018.js"
],
"duration": 0.6672229999676347,
"failureMessages": [
"13018.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `13018.js format 1`\n \n - Snapshot - 6\n + Received + 18\n \n @@ -13,13 +13,25 @@\n foo(a--).bar().leet();\n \n =====================================output=====================================\n foo(_a).bar().leet();\n foo(-a).bar().leet();\n - foo(+a).bar().leet();\n - foo(~a).bar().leet();\n - foo(++a).bar().leet();\n - foo(--a).bar().leet();\n - foo(a++).bar().leet();\n - foo(a--).bar().leet();\n + foo(+a)\n + .bar()\n + .leet();\n + foo(~a)\n + .bar()\n + .leet();\n + foo(++a)\n + .bar()\n + .leet();\n + foo(--a)\n + .bar()\n + .leet();\n + foo(a++)\n + .bar()\n + .leet();\n + foo(a--)\n + .bar()\n + .leet();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 62.56793200003449,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 61.752039000042714,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 63.0591349999886,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 61.51087400002871,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 61.79820700001437,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 62.0313389999792,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 62.208790999953635,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 63.896367999957874,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 0.4536950000328943,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 60.79478399991058,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 61.599473000038415,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 60.63238600001205,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 60.70464800007176,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 60.749516000039876,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 60.865925000049174,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 60.12840399995912,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 61.38928899995517,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 0.43816600006539375,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 61.35231600003317,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 60.636549000046216,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 60.57638700003736,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 59.81895899993833,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 59.52916399994865,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 60.81529399997089,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 60.463131000055,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 60.468229999998584,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 0.45600899995770305,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 68.36625099997036,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 65.38942100002896,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 62.85626700008288,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 66.52562900003977,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 63.331141000031494,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 65.74583500006702,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 64.69004300003871,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 68.09750399994664,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 0.43474900000728667,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 70.54161399998702,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 64.08000600000378,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 61.64401899999939,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 62.28742499998771,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 60.93694200005848,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 63.676442999974824,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 65.33105899998918,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 61.9763030000031,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 0.4924259999534115,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 60.52566399995703,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 60.59366399992723,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 60.1060249999864,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 60.2042510000756,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 61.51231000002008,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 65.24941799999215,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 58.66757900000084,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 59.632665000041015,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.4495769999921322,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 66.08170800004154,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 66.37664100003894,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 64.0374020000454,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 63.94989799999166,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 63.57880099990871,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 64.55893800000194,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 64.89986699994188,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 65.0470300000161,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 0.5025250000180677,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 62.271705999970436,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 60.54557199997362,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 59.8402660000138,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 59.699855000013486,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 59.71346999995876,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 61.1127250000136,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 60.20985800004564,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 60.006444999948144,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 0.5193859999999404,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 64.4176940000616,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 62.74760599993169,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 61.84261199994944,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 61.84646899998188,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 63.1970919999294,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 62.46941899997182,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 61.86741499998607,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 63.40288900001906,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.47441299993079156,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 60.61673199990764,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 60.295318999909796,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 59.97074900008738,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 60.097664000000805,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 59.901093999971636,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 59.657291000010446,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 60.47604999993928,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 59.28685499995481,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 0.4388670000480488,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 65.1280319999205,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 65.45513100002427,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 62.39637299999595,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 62.06651100004092,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 61.0527820000425,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 61.359923999989405,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 61.836332999984734,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 62.24234100000467,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 0.4356510000070557,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 59.96776599995792,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 60.74216899997555,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 59.87575300002936,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 60.36816099996213,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 59.72305300005246,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 60.53892800002359,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 65.89751799998339,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 60.69261300005019,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 0.5258889999240637,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 64.80394399992656,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 64.30617100000381,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 62.248074000002816,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 61.404716000077315,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 61.55173599999398,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 62.10597799997777,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 64.86916000000201,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 62.96165200008545,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 0.4501079999608919,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 70.62729999993462,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 65.61273900000378,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 63.63882500003092,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 65.97345099993981,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 62.30335199995898,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 67.54133899998851,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 64.29724099999294,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 64.23336199996993,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 0.43620200001168996,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 64.1240220000036,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 62.99681799998507,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 61.509682999923825,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 60.509590000030585,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 62.08251099998597,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 60.24894600000698,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 60.30425899999682,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 60.8153610000154,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 0.43379800010006875,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 65.49317499995232,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 64.12198699999135,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 61.35157800000161,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 60.96465100010391,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 60.96135899994988,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 62.66521200002171,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 61.52712599991355,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 61.73752099997364,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 0.5102590000024065,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 61.32829900004435,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 61.851886999909766,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 59.421895000035875,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 60.477582999970764,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 59.72839699999895,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 60.099726999993436,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 59.83066300000064,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 60.402061000000685,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 0.4900719999568537,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 62.85646899999119,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 61.71169599995483,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 60.714114999980666,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 60.97204200003762,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 61.123343999963254,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 61.68685000005644,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 61.43799000000581,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 61.227167000062764,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 0.4376850000116974,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 64.24815799994394,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 62.65867299993988,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 62.228460000013,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 61.85788899997715,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 61.62764399999287,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 62.45831200003158,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 80.25808199995663,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 65.41952100000344,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 0.4961530000437051,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 99.12473899999168,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 89.87252199999057,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 103.59051200002432,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 85.39435900002718,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 79.24238599999808,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 84.96473799995147,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 79.22071899997536,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 82.03505399997812,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 0.5119219999760389,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 65.16439300007187,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 62.829954999964684,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 61.19155799993314,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 61.08153800002765,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 61.05911400006153,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 61.57169500004966,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 61.53407699998934,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 62.177748000016436,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 0.43577099998947233,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 71.88166800001636,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 62.66220800008159,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 60.40524899994489,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 62.20678099989891,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 60.40670999989379,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 63.19117499992717,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 61.94303399999626,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 61.77844499994535,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 0.5020040000090376,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 62.5592080000788,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 61.24867699993774,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 60.50098799995612,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 60.56075299996883,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 61.03719399997499,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 60.66427199996542,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 59.66296299989335,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 59.828647000016645,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 0.4385259998962283,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 63.41245699999854,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 63.086128999944776,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 62.61177299998235,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 61.72432500007562,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 61.19111500005238,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 61.59205400000792,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 61.1114059999818,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 63.3021000000881,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 0.4156230000080541,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 59.65495400002692,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 59.890271999989636,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 59.38379900006112,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 59.76618799997959,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 59.7382669999497,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 60.49498399998993,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 58.8652749999892,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 59.31706999999005,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 0.43197400006465614,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 60.022663000039756,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 59.87518299999647,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 59.00974499993026,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 59.1561610000208,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 59.36233800009359,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 59.51362099999096,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 59.10454600001685,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 59.28587999998126,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 0.4217150000622496,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 59.9454539999133,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 60.86136500001885,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 60.87310699990485,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 60.55032299994491,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 60.93451399996411,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 60.07039800006896,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 60.158979000058025,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 60.23787499999162,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.5318499999120831,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.03322000009939,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.262007000041194,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.954349000006914,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.94044100004248,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.180561999906786,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.76360299997032,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.501060000038706,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.827270999900065,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 0.47434299997985363,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 63.318869999959134,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 60.41550200001802,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 59.052865999983624,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 58.90488499996718,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 59.545443000039086,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 59.28697899996769,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 59.14611699990928,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 59.155339999939315,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.6501400000415742,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -9,11 +9,11 @@\n foo.a().b().c({n, o})\n foo.a().b().c(#{n, o})\n \n =====================================output=====================================\n foo.a().b().c([n, o]);\n - foo.a().b().c(#[n, o]);\n + foo.a().b().c(#[n, o])\n \n foo.a().b().c({ n, o });\n - foo.a().b().c(#{ n, o });\n + foo.a().b().c(#{n, o})\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 2.9698990000179037,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.2695629999507219,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.0601140001090243,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.8269999999320135,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.7993079998996109,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 59.81413499999326,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 59.43507899995893,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 60.71675000002142,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "in_instanceof.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `in_instanceof.js format 1`\n \n - Snapshot - 43\n + Received + 43\n \n @@ -76,80 +76,80 @@\n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n !!foo instanceof Bar;\n \n =====================================output=====================================\n - (!foo) in bar;\n - (!foo) in bar;\n + !foo in bar;\n + !foo in bar;\n !(foo in bar);\n - (!foo) in bar;\n + !foo in bar;\n \n - (!foo) instanceof Bar;\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n + !foo instanceof Bar;\n !(foo instanceof Bar);\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n \n - (~foo) in bar;\n - (~foo) in bar;\n + ~foo in bar;\n + ~foo in bar;\n ~(foo in bar);\n - (~foo) in bar;\n + ~foo in bar;\n \n - (~foo) instanceof Bar;\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n + ~foo instanceof Bar;\n ~(foo instanceof Bar);\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n \n - (+foo) in bar;\n - (+foo) in bar;\n + +foo in bar;\n + +foo in bar;\n +(foo in bar);\n - (+foo) in bar;\n + +foo in bar;\n \n - (+foo) instanceof Bar;\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n + +foo instanceof Bar;\n +(foo instanceof Bar);\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n \n - (-foo) in bar;\n - (-foo) in bar;\n + -foo in bar;\n + -foo in bar;\n -(foo in bar);\n - (-foo) in bar;\n + -foo in bar;\n \n - (-foo) instanceof Bar;\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n + -foo instanceof Bar;\n -(foo instanceof Bar);\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n \n - (void 0) in bar;\n - (void 0) in bar;\n + void 0 in bar;\n + void 0 in bar;\n void (0 in bar);\n - (void 0) in bar;\n + void 0 in bar;\n \n - (void 0) instanceof bar;\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n + void 0 instanceof bar;\n void (0 instanceof bar);\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n \n - (delete 0) in bar;\n - (delete 0) in bar;\n + delete 0 in bar;\n + delete 0 in bar;\n delete (0 in bar);\n - (delete 0) in bar;\n + delete 0 in bar;\n \n - (delete 0) instanceof bar;\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n + delete 0 instanceof bar;\n delete (0 instanceof bar);\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n \n - (typeof 0) in bar;\n - (typeof 0) in bar;\n + typeof 0 in bar;\n + typeof 0 in bar;\n typeof (0 in bar);\n - (typeof 0) in bar;\n + typeof 0 in bar;\n \n - (typeof 0) instanceof bar;\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n + typeof 0 instanceof bar;\n typeof (0 instanceof bar);\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n \n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n - (!!foo) instanceof Bar;\n + !!foo instanceof Bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -27,21 +27,23 @@\n foo = foo || [\n // comment\n a,\n ];\n \n - foo = foo || #[\n + foo = foo || #;\n + [\n // comment\n a,\n ];\n \n foo = foo || {\n // comment\n a,\n };\n \n - foo = foo || #{\n + foo = foo || #;\n + {\n // comment\n a,\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 160,
"numPendingTests": 0,
"perfStats": {
"start": 226025.715836,
"end": 235501.24134700006,
"runtime": 9476,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 21,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/binary-expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.7938079999294132,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 63.22570700000506,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 60.644662000006065,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.81186100002378,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.18720100005157,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.80518399993889,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.74788200005423,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 60.42934199993033,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 60.46326600003522,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 0.44036999996751547,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 58.84368200006429,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 58.08744100003969,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 57.36094400007278,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 58.02058699994814,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 56.97460099996533,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 59.71067599998787,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 58.62660499999765,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 57.915307999937795,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 0.44763300009071827,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.33547599997837,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.4289090000093,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.08463800000027,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.7487690000562,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.42862599994987,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 70.7539219999453,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.027982000028715,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.08332699991297,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.44440699997358024,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.11555300001055,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 63.50062499998603,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.25121799996123,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.001376000000164,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.12907099991571,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.67793700005859,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.13423799991142,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.63523899996653,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 0.4250909999245778,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 65.9233500000555,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 58.226309999939986,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 58.78988100006245,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 57.95169899996836,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 57.91350400005467,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 59.577964000054635,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 58.30310700007249,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 58.72103700006846,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 0.42196599999442697,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 68.39852099993732,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 58.712143999990076,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 57.675123000051826,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 57.908323999959975,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 57.388560999999754,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 57.78496700001415,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 57.85377599997446,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 58.073843999998644,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 0.4618600000394508,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 59.415572999976575,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.21358500001952,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.272265999927185,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.1224350000266,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 59.09779100003652,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.11889699997846,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.291291999979876,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.59561499999836,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 1.796963999979198,
"failureMessages": [
"in_instanceof.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `in_instanceof.js format 1`\n \n - Snapshot - 43\n + Received + 43\n \n @@ -76,80 +76,80 @@\n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n !!foo instanceof Bar;\n \n =====================================output=====================================\n - (!foo) in bar;\n - (!foo) in bar;\n + !foo in bar;\n + !foo in bar;\n !(foo in bar);\n - (!foo) in bar;\n + !foo in bar;\n \n - (!foo) instanceof Bar;\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n + !foo instanceof Bar;\n !(foo instanceof Bar);\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n \n - (~foo) in bar;\n - (~foo) in bar;\n + ~foo in bar;\n + ~foo in bar;\n ~(foo in bar);\n - (~foo) in bar;\n + ~foo in bar;\n \n - (~foo) instanceof Bar;\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n + ~foo instanceof Bar;\n ~(foo instanceof Bar);\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n \n - (+foo) in bar;\n - (+foo) in bar;\n + +foo in bar;\n + +foo in bar;\n +(foo in bar);\n - (+foo) in bar;\n + +foo in bar;\n \n - (+foo) instanceof Bar;\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n + +foo instanceof Bar;\n +(foo instanceof Bar);\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n \n - (-foo) in bar;\n - (-foo) in bar;\n + -foo in bar;\n + -foo in bar;\n -(foo in bar);\n - (-foo) in bar;\n + -foo in bar;\n \n - (-foo) instanceof Bar;\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n + -foo instanceof Bar;\n -(foo instanceof Bar);\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n \n - (void 0) in bar;\n - (void 0) in bar;\n + void 0 in bar;\n + void 0 in bar;\n void (0 in bar);\n - (void 0) in bar;\n + void 0 in bar;\n \n - (void 0) instanceof bar;\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n + void 0 instanceof bar;\n void (0 instanceof bar);\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n \n - (delete 0) in bar;\n - (delete 0) in bar;\n + delete 0 in bar;\n + delete 0 in bar;\n delete (0 in bar);\n - (delete 0) in bar;\n + delete 0 in bar;\n \n - (delete 0) instanceof bar;\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n + delete 0 instanceof bar;\n delete (0 instanceof bar);\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n \n - (typeof 0) in bar;\n - (typeof 0) in bar;\n + typeof 0 in bar;\n + typeof 0 in bar;\n typeof (0 in bar);\n - (typeof 0) in bar;\n + typeof 0 in bar;\n \n - (typeof 0) instanceof bar;\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n + typeof 0 instanceof bar;\n typeof (0 instanceof bar);\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n \n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n - (!!foo) instanceof Bar;\n + !!foo instanceof Bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 84.89290599990636,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 65.85967999999411,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 63.257274999981746,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 61.596750999917276,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 61.62537300004624,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 62.02932199998759,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 62.20498299994506,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 64.42788499989547,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 0.43161299999337643,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 61.52259399998002,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 60.20366799994372,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 60.12332600005902,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 58.78995100001339,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 58.64171700004954,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 59.27476300008129,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 59.16917399992235,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 60.3392730000196,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 0.45470699993893504,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 82.83467399992514,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 65.6994260000065,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 61.72035600000527,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 62.942538999952376,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 61.30997900001239,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 62.858302999986336,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 62.2921680000145,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 62.56252899998799,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 0.4339380000019446,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 64.13271100004204,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 62.376468000002205,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 63.641410000040196,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 59.568423999939114,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 58.92904700001236,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 59.131634999997914,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 59.7958440000657,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 60.09967099991627,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 0.4268750000046566,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 57.80383600003552,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 57.3389240000397,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 57.771842999965884,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 57.34142399998382,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 57.32507699995767,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 57.01135699998122,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 57.268854000023566,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 56.90106599999126,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 0.422076000017114,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 61.00174599990714,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 60.14192299998831,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 59.151030000066385,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 58.73833999992348,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 58.31602699996438,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 60.14532999997027,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 58.35690200002864,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 59.205883000046015,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 0.4736920000286773,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 60.383384999935515,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 60.2676489999285,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 59.019524000003,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 58.26994999998715,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 59.30400699994061,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 59.72353600000497,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 59.32260899990797,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 59.04588500002865,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 0.4434360000304878,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 60.68497100006789,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 60.411338000092655,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 59.8196759999264,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 59.34185600001365,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 58.68183699995279,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 60.59371599997394,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 61.77306200005114,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 59.843131999950856,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.445780000067316,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 63.00550900003873,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.14061399991624,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.40233700000681,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.37126099993475,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.648667000001296,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.94815599999856,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.84658699994907,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.13820799998939,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.674966000020504,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -27,21 +27,23 @@\n foo = foo || [\n // comment\n a,\n ];\n \n - foo = foo || #[\n + foo = foo || #;\n + [\n // comment\n a,\n ];\n \n foo = foo || {\n // comment\n a,\n };\n \n - foo = foo || #{\n + foo = foo || #;\n + {\n // comment\n a,\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 2.682304000016302,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.359059999929741,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.8922010000096634,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.7869750000536442,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.7400180000113323,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 58.48654399998486,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 57.96947800007183,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 58.40086300007533,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.40754899999592453,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 57.480520000099204,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 57.649069000035524,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 57.380653999978676,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 57.48995299998205,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 57.55586199997924,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 58.096469999989495,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 58.16033099999186,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 57.65351400000509,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "holes-in-args.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `holes-in-args.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,8 +7,11 @@\n .test()\n .test([, 0])\n .test();\n \n =====================================output=====================================\n - new Test().test().test([, 0]).test();\n + new Test()\n + .test()\n + .test([, 0])\n + .test();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-10159.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10159.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -16,11 +16,13 @@\n {\n for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_43]) {\n }\n }\n {\n - for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_432]) {\n + for (const srcPath of [\n + 123, 123_123_123, 123_123_123_1, 13_123_3123_31_432,\n + ]) {\n }\n }\n {\n for (const srcPath of [\n 123, 123_123_123, 123_123_123_1, 13_123_3123_31_4321,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-negative.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-negative.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -18,14 +18,16 @@\n =====================================output=====================================\n const numbers1 = [\n -2017, -506252, -744011292, -7224, -70.4, -83353.6, -708.4, -174023963.52,\n -40385,\n // comment1\n - -380014, -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845,\n - -67092, -1, -78820379, -2371.6, -16, 7,\n + -380014,\n + -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845, -67092, -1,\n + -78820379, -2371.6, -16, 7,\n // comment2\n - -62454, -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n + -62454,\n + -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n -3758276, -25.5211, -54, -1184265243, -46073628, -280423.44, -41833463,\n -27961.12, -305.36, -199875.28,\n ];\n \n const numbers2 = [\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-with-holes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-holes.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -36,31 +36,31 @@\n =====================================output=====================================\n const numberWithHoles1 = [\n 7234932941,\n 7234932722,\n 7234932312,\n + // comment before a hole 1\n ,\n - // comment before a hole 1\n 7234932841,\n ,\n 7234932843,\n - ,\n // comment after a hole 1\n + ,\n 7234932436,\n ];\n \n const numberWithHoles2 = [\n 0x234932941,\n 0x234932722,\n 0x234932312,\n -\n + // comment before a hole 2\n ,\n - // comment before a hole 2\n 0x234932841,\n ,\n 0x234932843,\n - ,\n // comment after a hole 2\n + ,\n +\n 0x234932436,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-with-tricky-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-tricky-comments.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -14,12 +14,14 @@\n =====================================output=====================================\n const lazyCatererNumbers = [\n 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172,\n 191, 211, 232, 254, 277, 301, 326, 352, 379, 407, 436, 466 /*block*/,\n // line\n - 497, 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036,\n - 1082, 1129, 1177, 1226,\n + 497,\n + 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036, 1082,\n + 1129, 1177, 1226,\n // line 2\n - 1276, 1327, 1379,\n + 1276,\n + 1327, 1379,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -28,20 +28,20 @@\n [1, 2],\n [1, 2],\n ];\n \n a = [\n - #[1, 2],\n - #[1, 2],\n - ];\n + #[1,2],\n + #[1,2],\n + ]\n \n a = [\n { a, b },\n { a, b },\n ];\n \n a = [\n - #{ a, b },\n - #{ a, b },\n - ];\n + #{a, b},\n + #{a, b},\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 6,
"numPassingTests": 156,
"numPendingTests": 0,
"perfStats": {
"start": 235576.80916,
"end": 245072.00228199997,
"runtime": 9495,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 17,
"unchecked": 0,
"unmatched": 6,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrays/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.4188199999043718,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.634001000085846,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.79374200000893,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.90807600005064,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.01476799999364,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.27361200004816,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.23740300000645,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.1640180000104,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.839853000012226,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 0.6027519999770448,
"failureMessages": [
"holes-in-args.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `holes-in-args.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,8 +7,11 @@\n .test()\n .test([, 0])\n .test();\n \n =====================================output=====================================\n - new Test().test().test([, 0]).test();\n + new Test()\n + .test()\n + .test([, 0])\n + .test();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 58.391466000000946,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 58.71402700000908,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 57.65050600003451,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 58.45307100005448,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 58.05012000002898,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 58.21276000002399,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 58.05486699996982,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 57.90635100007057,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 0.6495690000010654,
"failureMessages": [
"issue-10159.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10159.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -16,11 +16,13 @@\n {\n for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_43]) {\n }\n }\n {\n - for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_432]) {\n + for (const srcPath of [\n + 123, 123_123_123, 123_123_123_1, 13_123_3123_31_432,\n + ]) {\n }\n }\n {\n for (const srcPath of [\n 123, 123_123_123, 123_123_123_1, 13_123_3123_31_4321,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 61.43725700001232,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 61.908002999960445,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 59.52569199993741,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 59.09604800003581,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 58.72702500002924,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 58.65998200001195,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 59.22206099994946,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 60.30453500000294,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 0.4305719999829307,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 58.35488599992823,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 57.287634999956936,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 57.391839999938384,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 57.436449999921024,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 57.088378999964334,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 56.914144000038505,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 58.30897700006608,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 56.91723899997305,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.43900699994992465,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 71.95277800003532,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 65.24850499990862,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 62.92056299990509,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 63.76599899993744,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 64.8614350000862,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 62.74369399994612,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 68.36324600002263,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 65.29506000003312,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 0.49905899993609637,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 63.30128999997396,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 61.10264200007077,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 61.36471100000199,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 62.887157000019215,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 60.07716599991545,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 61.87011399993207,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 62.30760499997996,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 64.35183800000232,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 0.4252019999548793,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 60.88044400000945,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 61.01562799990643,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 62.80533100001048,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 60.947384999948554,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 59.126031000050716,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 60.28041100001428,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 61.28191300004255,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 60.849813999957405,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 0.43806600000243634,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 62.47387300000992,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 59.76343100005761,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 59.14638900000136,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 59.79330700007267,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 58.05884499999229,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 59.43495399993844,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 60.752954000025056,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 60.226369999931194,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 0.6183319999836385,
"failureMessages": [
"numbers-negative.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-negative.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -18,14 +18,16 @@\n =====================================output=====================================\n const numbers1 = [\n -2017, -506252, -744011292, -7224, -70.4, -83353.6, -708.4, -174023963.52,\n -40385,\n // comment1\n - -380014, -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845,\n - -67092, -1, -78820379, -2371.6, -16, 7,\n + -380014,\n + -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845, -67092, -1,\n + -78820379, -2371.6, -16, 7,\n // comment2\n - -62454, -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n + -62454,\n + -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n -3758276, -25.5211, -54, -1184265243, -46073628, -280423.44, -41833463,\n -27961.12, -305.36, -199875.28,\n ];\n \n const numbers2 = [\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 60.629840999958105,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 61.876846999977715,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 60.34388400008902,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 60.07796700007748,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 59.68950999993831,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 61.86682599992491,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 59.07785600004718,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 59.878202999942005,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 0.4390780000248924,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 58.718854000093415,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 58.60236900008749,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 57.42582000000402,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 58.07653299998492,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 57.83354799996596,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 58.24643300008029,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 58.00090900005307,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 57.97631299996283,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 0.6820699999807402,
"failureMessages": [
"numbers-with-holes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-holes.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -36,31 +36,31 @@\n =====================================output=====================================\n const numberWithHoles1 = [\n 7234932941,\n 7234932722,\n 7234932312,\n + // comment before a hole 1\n ,\n - // comment before a hole 1\n 7234932841,\n ,\n 7234932843,\n - ,\n // comment after a hole 1\n + ,\n 7234932436,\n ];\n \n const numberWithHoles2 = [\n 0x234932941,\n 0x234932722,\n 0x234932312,\n -\n + // comment before a hole 2\n ,\n - // comment before a hole 2\n 0x234932841,\n ,\n 0x234932843,\n - ,\n // comment after a hole 2\n + ,\n +\n 0x234932436,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 73.60913699993398,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 61.45542200002819,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 58.08891399996355,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 57.90658700000495,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 57.81741199991666,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 59.489613000070676,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 57.86687799997162,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 59.03464900003746,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 0.5061030000215396,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 59.41024299990386,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 59.425379000022076,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 58.667763000004925,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 58.814448999939486,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 58.20676299999468,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 60.023213999927975,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 58.70763600000646,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 59.16769000003114,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 0.6527350000105798,
"failureMessages": [
"numbers-with-tricky-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-tricky-comments.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -14,12 +14,14 @@\n =====================================output=====================================\n const lazyCatererNumbers = [\n 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172,\n 191, 211, 232, 254, 277, 301, 326, 352, 379, 407, 436, 466 /*block*/,\n // line\n - 497, 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036,\n - 1082, 1129, 1177, 1226,\n + 497,\n + 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036, 1082,\n + 1129, 1177, 1226,\n // line 2\n - 1276, 1327, 1379,\n + 1276,\n + 1327, 1379,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 60.11733899998944,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 60.478663000045344,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 59.012239999952726,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 60.08271599991713,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 58.6718520000577,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 61.50383800000418,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 68.46086600003764,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 59.315135999931954,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 0.43976800004020333,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 64.90507500001695,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 60.421666000038385,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 60.20051999995485,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 59.95941100001801,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 60.30384700000286,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 62.99395799997728,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 61.10177099995781,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 61.09152599994559,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 0.4777600000379607,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 61.743195999995805,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 60.80039200000465,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 59.644860000000335,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 58.62006700003985,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 58.45426199992653,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 59.11248800007161,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 59.46382900001481,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 59.33638399990741,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 0.4561690000118688,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 73.95694800000638,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 63.84430599992629,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 64.62756599998102,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 62.969462000066414,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 61.465755000011995,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 62.523519000038505,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 64.58862499997485,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 63.52372100006323,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 0.4696840000106022,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 60.98926900001243,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 60.713388999924064,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 60.08882900001481,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 60.15197500004433,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 60.17973499989603,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 60.20563600002788,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 60.6024370000232,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 60.64528099994641,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.6264659999869764,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -28,20 +28,20 @@\n [1, 2],\n [1, 2],\n ];\n \n a = [\n - #[1, 2],\n - #[1, 2],\n - ];\n + #[1,2],\n + #[1,2],\n + ]\n \n a = [\n { a, b },\n { a, b },\n ];\n \n a = [\n - #{ a, b },\n - #{ a, b },\n - ];\n + #{a, b},\n + #{a, b},\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 3.6629370000446215,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.9016990000382066,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.3090870000887662,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.0355780000099912,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.7872650000499561,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 60.963810999994166,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 59.47704399994109,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 59.021567999967374,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,11 +9,13 @@\n class C extends [] {}\n class D extends #[] {}\n \n =====================================output=====================================\n class A extends ({}) {}\n - class B extends #{} {}\n + class B extends #{}\n + {\n + }\n \n class C extends [] {}\n class D extends #[] {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 28)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 26,
"numPendingTests": 0,
"perfStats": {
"start": 245152.997334,
"end": 246535.293016,
"runtime": 1382,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 7,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-extends/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"complex.js"
],
"duration": 0.47949200007133186,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 68.06939099996816,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 67.90145200002007,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 61.05704700003844,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 59.844270000001416,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 59.12861100002192,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 60.28913199994713,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 60.32375300000422,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 60.34626899997238,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 0.5941559999482706,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 65.94196800002828,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 64.82380400004331,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 61.2542919999687,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 61.31151800008956,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 61.758224999997765,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 61.87548799999058,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 63.47574300004635,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 63.276020000106655,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.6091930000111461,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,11 +9,13 @@\n class C extends [] {}\n class D extends #[] {}\n \n =====================================output=====================================\n class A extends ({}) {}\n - class B extends #{} {}\n + class B extends #{}\n + {\n + }\n \n class C extends [] {}\n class D extends #[] {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 28)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 2.1973200000356883,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.7750839999644086,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.9475839999504387,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.852906999993138,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.792996000032872,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 57.76737300003879,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 57.92749800009187,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 57.16731000004802,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 162,
"numPendingTests": 0,
"perfStats": {
"start": 246612.857776,
"end": 256219.68419800006,
"runtime": 9607,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 18,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/trailing-comma/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.41774800000712276,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.93255099991802,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.963774999952875,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.8111580000259,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.82122300006449,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.9719070000574,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.95212100003846,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.745772999944165,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.12927000003401,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.42918000009376556,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 61.9051080000354,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.3508140000049,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.28318900009617,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.036471000057645,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.87207799998578,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.853270999970846,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.94909899996128,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.12540199991781,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.454628000035882,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 61.26286300003994,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.960196000058204,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.03821800008882,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.13380000006873,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.429793999996036,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.52669599989895,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.75250599998981,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 61.69049800001085,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.5181060000322759,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.21244899998419,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.3702780000167,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.78906099998858,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.3365890000714,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.39456499996595,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.52871199999936,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.63383599999361,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.29719800001476,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.42803700000513345,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 61.73739300004672,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.27149499999359,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.601574999978766,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.71424400003161,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.67346099996939,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.48022899997886,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.29293300001882,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.013216999941505,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.5366599999833852,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 62.32231299998239,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 61.29714200005401,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.64613700006157,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.81963899999391,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.46113800001331,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.78411599993706,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 61.1165279999841,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.377966000000015,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4211539999814704,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.622516000061296,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.08305300003849,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.45317600003909,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.62392599997111,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.32351500005461,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.745157000026666,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.75962999998592,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.2743120000232,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4322649999521673,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.8754229999613,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.802190000074916,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.69378900004085,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.42219999991357,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.447618000092916,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.71514500002377,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.44365300005302,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.36432699998841,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.42719499999657273,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.33041100006085,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.24213700008113,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.95620500005316,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.37385600002017,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.70634500007145,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.0319769999478,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.40339899994433,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.49526800005697,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.41612499998882413,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.32507300004363,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.46424499992281,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.94948099995963,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.963603999931365,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.541296000010334,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.55801999999676,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.01922100002412,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.198774000047706,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.432054000091739,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.11453000002075,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.578997000004165,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.268125000060536,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.6109019999858,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.319757999968715,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.32776700006798,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.30041199992411,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.88108600000851,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.44591999996919185,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.29194300004747,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.86859299999196,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.38549400004558,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.580294999992475,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.16712900006678,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 78.22751300001983,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 63.707400000072084,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.83381400001235,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.46723000006750226,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.19451499998104,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.39501700003166,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.19800199999008,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.44037399999797,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.4308360000141,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 56.756319000036456,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.311825999990106,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.57886999996845,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.4278969999868423,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.60492399998475,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.44021300005261,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.32656199997291,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.83856500010006,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.2105810000794,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.42509700008668,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.8344779999461,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.97245300002396,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.46926299994811416,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.33431700000074,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.2594800000079,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.63456799997948,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.11555099999532,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.344848999986425,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.14491499995347,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.51466900005471,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.51124699995853,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.4114360000239685,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.90887799998745,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.62118500005454,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.12510799989104,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.588351000100374,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.26580099994317,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.6083590000635,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.50114099995699,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.235370000009425,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.4496270000236109,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.91201700002421,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.74706800002605,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.7143849999411,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.04010800004471,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.33287299994845,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.548692999989726,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.99039699998684,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.936080000014044,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.4658480000216514,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.5425980000291,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.636880000005476,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.086738000041805,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.82987300003879,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.51077300007455,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.09737899992615,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.45071900007315,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.38468899996951,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -31,12 +31,14 @@\n =====================================output=====================================\n () => ({})``;\n ({})``;\n a = () => ({}).x;\n ({}) && a, b;\n - ({})::b, 0;\n - ({})::b()``[\"\"].c++ && 0 ? 0 : 0, 0;\n + ({}\n + ::b, 0)\n + ({}\n + ::b()``[''].c++ && 0 ? 0 : 0, 0)\n ({})(), 0;\n ({} = 0);\n ({} = 0), 1;\n \n const a1 = {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 30)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 71,
"numPendingTests": 0,
"perfStats": {
"start": 256297.49173900002,
"end": 260261.55699500005,
"runtime": 3964,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 13,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/objects/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 0.42461099999491125,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 1.648289000033401,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 60.6543009999441,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 58.19841100007761,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 58.09661700006109,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 59.0655530000804,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 58.58718599996064,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 59.05147400009446,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 59.40394300001208,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 0.42528199998196214,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 59.47208699991461,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 59.58001700008754,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 59.247868000064045,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 59.23413899994921,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 59.52604399994016,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 60.07332600001246,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 58.94379699998535,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 59.4068500000285,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 0.42175500001758337,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 59.21828900009859,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 70.70532700000331,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 61.95558000006713,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 58.498976000002585,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 59.081248999922536,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 58.97024599998258,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 59.1134669999592,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 59.46371999999974,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 0.673583000083454,
"failureMessages": [
"expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -31,12 +31,14 @@\n =====================================output=====================================\n () => ({})``;\n ({})``;\n a = () => ({}).x;\n ({}) && a, b;\n - ({})::b, 0;\n - ({})::b()``[\"\"].c++ && 0 ? 0 : 0, 0;\n + ({}\n + ::b, 0)\n + ({}\n + ::b()``[''].c++ && 0 ? 0 : 0, 0)\n ({})(), 0;\n ({} = 0);\n ({} = 0), 1;\n \n const a1 = {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 30)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 2.5541949999751523,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 5.602199999964796,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 1.4910059999674559,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 1.394616000005044,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 0.8826429999899119,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 61.05307000002358,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 61.70172800007276,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 61.670660000061616,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 0.4172360000666231,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 60.570449999999255,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 62.28874599991832,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 58.95578299998306,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 61.06046700000297,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 58.87864900007844,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 59.77117299998645,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 58.762856999994256,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 58.946538000018336,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 0.4258630000986159,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 58.259426999953575,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 58.72197200008668,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 58.6906720000552,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 58.234031999949366,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 59.467035999987274,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 58.16361299995333,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 57.67229699995369,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 57.89543200004846,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.4914949999656528,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 60.1927990000695,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 61.95252699998673,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.49434700002894,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 61.15196400007699,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 59.72337499994319,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.89807800005656,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 60.862596000079066,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 60.154878000030294,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 0.4546659999759868,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 59.941069999942556,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 60.56052299996372,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 59.13958600000478,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 59.398574999999255,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 59.58623599994462,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 59.99360600009095,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 58.898961000028066,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 60.143410000018775,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -68,13 +68,14 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - } = #{}) {}\n + } = #{}) {\n + }\n \n function StatelessFunctionalComponent3([\n isActive = true,\n onFiltersUpdated = () => null,\n onSelect = () => null,\n @@ -90,10 +91,11 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - ] = #[]) {}\n + ] = #[]) {\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 31)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 20,
"numPendingTests": 0,
"perfStats": {
"start": 260338.97260300006,
"end": 261428.13284400007,
"runtime": 1089,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-single-destructuring/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"array.js"
],
"duration": 0.42361900000832975,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 68.61280700005591,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.46375300001819,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.16257399995811,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.930297999992035,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.491577000007965,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.8308970000362,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 0.43590099993161857,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 69.66514300007839,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.561220999923535,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 63.90405200002715,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 63.05420499993488,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.32032099994831,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 67.48129600007087,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.6802469999529421,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -68,13 +68,14 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - } = #{}) {}\n + } = #{}) {\n + }\n \n function StatelessFunctionalComponent3([\n isActive = true,\n onFiltersUpdated = () => null,\n onSelect = () => null,\n @@ -90,10 +91,11 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - ] = #[]) {}\n + ] = #[]) {\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 31)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 5.837087000021711,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.7066669999621809,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.6077929999446496,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.1064199999673292,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 62.36895999999251,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 63.769840999972075,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 30,
"numPendingTests": 0,
"perfStats": {
"start": 261502.17152500007,
"end": 262979.166653,
"runtime": 1477,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes-private-fields/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 0.42110300005879253,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 1.1130429999902844,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 0.7714759999653324,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 0.740248000016436,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 59.445830999989994,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 0.4437659999821335,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 63.283516000024974,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 65.72189899999648,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 63.49670799996238,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 64.85044899990316,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 0.4193310000700876,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 58.87147100002039,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 58.90718300000299,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 58.303346000029705,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 59.57391199993435,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 0.4941800000378862,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 1.1092349999817088,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 0.7944989999523386,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 0.7276549999369308,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 58.91282899992075,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 0.4216450001113117,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 63.46080300002359,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 62.67206699994858,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 63.57704400003422,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 64.80487100000028,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 0.4159950000466779,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 58.894331000046805,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 59.74792100000195,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 59.07348699995782,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 59.60805799998343,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "blank-line-between-specifiers.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -27,11 +27,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -40,11 +39,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nblank-line-between-specifiers.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -28,11 +28,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -41,11 +40,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbracket.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bracket.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,8 +45,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n };\n - export {fitsIn, oneLine};\n + export { fitsIn, oneLine };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsame-local-and-exported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-exported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n export {a} from 'a';\n export {b as b} from 'b';\n export {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - export {a} from \"a\";\n - export {b as b} from \"b\";\n - export {c as /* comment */ c} from \"c\";\n + export { a } from \"a\";\n + export { b as b } from \"b\";\n + export { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nundefined.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `undefined.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { undefinedExport };\n \n =====================================output=====================================\n - export {undefinedExport};\n + export { undefinedExport };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 103,
"numPendingTests": 0,
"perfStats": {
"start": 263071.79600699997,
"end": 269174.88415900007,
"runtime": 6103,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 11,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 0.6743250000290573,
"failureMessages": [
"blank-line-between-specifiers.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -27,11 +27,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -40,11 +39,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 61.854165000026114,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 59.34894799999893,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 58.70031799993012,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 59.45440599997528,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 59.58478999999352,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 58.68905799998902,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 59.09152599994559,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 58.79579999996349,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 0.510541999945417,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 61.51031399995554,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 58.846733000013046,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 59.033941000001505,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 58.78171000001021,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 59.16416599997319,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 60.15472900005989,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 59.19636299996637,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 59.54533400002401,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.4041130000259727,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.31233099999372,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.712288999930024,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.34862499998417,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.136324999970384,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.938379999948665,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.49866100004874,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.278833999997005,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.846148999989964,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 0.4179390000645071,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 58.47684300004039,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 58.59711700002663,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 58.07361999992281,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 58.06270299991593,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 57.842270999914035,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 58.21818200009875,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 57.952185999951325,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 58.316414000000805,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.4252629999537021,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.71441799995955,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.80801299994346,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.51378899998963,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.83659099997021,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.953456000075676,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.21538000006694,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.07997699989937,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.878831000067294,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 0.42257699999026954,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 58.359582999954,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 58.02705699997023,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 1.4582470000023022,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 0.7276459999848157,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 57.466210999991745,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 58.975300000049174,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 57.66917999996804,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 57.93081400007941,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 0.6258750000270084,
"failureMessages": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -28,11 +28,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -41,11 +40,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 58.621032000053674,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 59.34960899990983,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 58.12789300002623,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 58.939404999953695,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 58.36883600009605,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 59.210155999986455,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 59.81014600000344,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 60.34298899990972,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 0.6362449999433011,
"failureMessages": [
"bracket.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bracket.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,8 +45,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n };\n - export {fitsIn, oneLine};\n + export { fitsIn, oneLine };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 60.27309899998363,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 60.19880999997258,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 58.84848599997349,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 58.81365399993956,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 59.059118000091985,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 58.89708299993072,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 60.413411000045016,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 59.72466599999461,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.5030569999944419,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 57.936770000029355,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 57.425477999961004,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 57.316035999916494,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 57.705075000063516,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 57.300767999957316,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 56.782527999952435,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 57.652753999922425,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 57.838086000061594,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 0.6829510000534356,
"failureMessages": [
"same-local-and-exported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-exported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n export {a} from 'a';\n export {b as b} from 'b';\n export {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - export {a} from \"a\";\n - export {b as b} from \"b\";\n - export {c as /* comment */ c} from \"c\";\n + export { a } from \"a\";\n + export { b as b } from \"b\";\n + export { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 57.98896600003354,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 58.44278900010977,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 57.754417000105605,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 59.95929500006605,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 57.65054100006819,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 58.544155000010505,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 58.57895300001837,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 58.32700099993963,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 0.41321900009643286,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 58.62748299993109,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 58.35880799998995,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 57.53735300002154,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 57.501856999937445,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 57.55386300000828,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 57.62117900000885,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 57.5518780000275,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 57.91904499998782,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 0.7380939999129623,
"failureMessages": [
"undefined.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `undefined.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { undefinedExport };\n \n =====================================output=====================================\n - export {undefinedExport};\n + export { undefinedExport };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 57.5600469999481,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 57.55008399998769,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 1.1353029999881983,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 0.7184970000525936,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 57.65385000000242,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 57.53242499998305,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 57.63466199999675,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 57.775717000011355,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 45,
"numPendingTests": 0,
"perfStats": {
"start": 269254.0218340001,
"end": 271591.598191,
"runtime": 2338,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/regex/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 0.40584600006695837,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 58.29349800001364,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 58.220954999909736,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 57.889608999947086,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 57.60483900003601,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 57.547993000014685,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 58.2652099999832,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 58.32574100000784,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 57.98581700003706,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 0.44315499998629093,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 58.574297000071965,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 58.62237200001255,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 58.4762880000053,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 59.455114000011235,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 58.59113499999512,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 58.83157000003848,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 59.18419000005815,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 58.83689499995671,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.48078500002156943,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 57.77015599992592,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 59.26706099999137,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 1.3165310000767931,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.7116749999113381,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.7671390000032261,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 58.436979000107385,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 57.92840900004376,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 58.701391999959014,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.39383399998769164,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.40815899998415,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.77586000005249,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.056726999930106,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.75204199994914,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.644384999992326,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.624772000010125,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.622260000091046,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.91917899996042,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 0.50976000004448,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 1.3739209999330342,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 58.07504200004041,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 58.428307000081986,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 58.24495200009551,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 1.2265360000310466,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 57.52403400000185,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 57.730622000060976,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 57.701864000060596,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "cursor-and-range.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CRLF>\n - return <|>15;<CRLF>\n - })();<CRLF>\n + (function () {<LF>\n + return 1<|>5;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x\n + class a {<LF>\n + b() {}<LF>\n + <|>}<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b() {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x<CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x <CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <|><LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CR>\n - return <|>15;<CR>\n - })();<CR>\n + (function () {<LF>\n + return <|>15;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x\n + class a {<LF>\n + b() <|>{}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b() {}<CR>\n - }<CR>\n - <CR>\n - let x<CR>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x <CR>\n + class a {<LF>\n + b() {<|>}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 14,
"numPassingTests": 66,
"numPendingTests": 0,
"perfStats": {
"start": 271682.202044,
"end": 276348.33991300006,
"runtime": 4666,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 14,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/eol/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 0.4340490000322461,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.59980900003575,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 56.48379199998453,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.56007800006773,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.51772800006438,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 1.0944799999706447,
"failureMessages": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.133611999917775,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.39076199999545,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.708046000101604,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.31477299996186,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 0.7709969999268651,
"failureMessages": [
"range-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 58.07456600002479,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 61.093126000021584,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 66.20782500004862,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 65.84894799999893,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 0.7702649999409914,
"failureMessages": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.3725689999992,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.3859480000101,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.19540299999062,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 58.06380799994804,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.6179019999690354,
"failureMessages": [
"cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CRLF>\n - return <|>15;<CRLF>\n - })();<CRLF>\n + (function () {<LF>\n + return 1<|>5;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 60.01194400002714,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.278322999947704,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.229824999929406,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.47549099999014,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.8276330000953749,
"failureMessages": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x\n + class a {<LF>\n + b() {}<LF>\n + <|>}<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.750112000037916,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.85262400005013,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 56.803694000002,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 58.07633200008422,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.7418019999749959,
"failureMessages": [
"range-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b() {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x<CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 56.991521000047214,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.71575400000438,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 56.92198000010103,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.44879100006074,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.81467899994459,
"failureMessages": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x <CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <|><LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.36156500002835,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.341772000072524,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.40905000001658,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.109774000011384,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.6640680000418797,
"failureMessages": [
"cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CR>\n - return <|>15;<CR>\n - })();<CR>\n + (function () {<LF>\n + return <|>15;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.16558300005272,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 56.05381800001487,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.263093999936245,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.9267969999928,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.7939469999400899,
"failureMessages": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x\n + class a {<LF>\n + b() <|>{}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.849854000029154,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.638293999945745,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.0903699999908,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.90700300002936,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.7301790000637993,
"failureMessages": [
"range-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b() {}<CR>\n - }<CR>\n - <CR>\n - let x<CR>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.937558999983594,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.43407199997455,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.76527999993414,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.76684200007003,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.8189049999928102,
"failureMessages": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x <CR>\n + class a {<LF>\n + b() {<|>}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.60580899997149,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.50461499998346,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 58.34732000005897,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 58.251998999970965,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 0.43439899990335107,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 56.95150800002739,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 57.213176000048406,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 56.76928900007624,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 58.149303000071086,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 0.8658919999143109,
"failureMessages": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 58.10763600002974,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 57.54302300000563,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 58.145398000022396,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 57.75835499993991,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 0.7595640000654384,
"failureMessages": [
"range-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 57.708952000015415,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 61.35440499999095,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 60.01712099998258,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 58.632288999971934,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 0.735649999929592,
"failureMessages": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 58.14714899996761,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 57.93960799998604,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 57.62127200001851,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 57.962896000011824,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 54,
"numPendingTests": 0,
"perfStats": {
"start": 276426.5854500001,
"end": 279323.69014300004,
"runtime": 2897,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-star/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 0.4106149999424815,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 57.70924100000411,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 58.212773000006564,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 57.1951569999801,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 57.28935600002296,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 57.703883999958634,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 57.765153000014834,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 57.14868600002956,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 57.041067000012845,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 0.47205900005064905,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 57.488194999983534,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 57.97748100000899,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 57.55435500002932,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 57.83898599992972,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 57.46995199995581,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 58.07551300001796,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 57.64838000002783,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 57.8174809999764,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 0.4083600000012666,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 1.3034670000197366,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 1.2075179999228567,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 56.93573699996341,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 57.51990799990017,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 57.80680499994196,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 57.06848299992271,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 57.745842000003904,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 58.53277800010983,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 0.39356300001963973,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 1.273592000012286,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 1.1582759999437258,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 57.40338499995414,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 58.86599799990654,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 57.08722600003239,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 58.620574000058696,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 57.92373299994506,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 57.54593499994371,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 0.44930700003169477,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 58.72118799993768,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 57.827517000027,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 58.006413000053726,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 58.56947700004093,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 57.93358199996874,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 57.37517300003674,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 57.158748999936506,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 57.4673199999379,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 0.4225970000261441,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 59.141967999981716,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 58.148140000062995,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 57.60786299989559,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 57.550969000090845,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 56.760905000031926,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 58.04696299997158,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 57.507817999925464,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 59.51159699994605,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -6,14 +6,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n );\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -18,15 +18,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {};\n + (\n + @deco\n + class Foo {}\n + );\n const a2 =\n - @deco\n - class {};\n + (\n + @deco\n + class {}\n + );\n \n (\n @deco\n class Foo {}\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\narguments.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -7,14 +7,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n )\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-expression.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -19,15 +19,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {}\n + (\n + @deco\n + class Foo {}\n + )\n const a2 =\n - @deco\n - class {}\n + (\n + @deco\n + class {}\n + )\n \n ;(\n @deco\n class Foo {}\n )\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 68,
"numPendingTests": 0,
"perfStats": {
"start": 279400.768556,
"end": 282267.700244,
"runtime": 2867,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators/class-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arguments.js"
],
"duration": 0.6197539999848232,
"failureMessages": [
"arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -6,14 +6,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n );\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 2.4925720000173897,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 60.22289599990472,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 1.1888940000208095,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 0.8304160000989214,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 57.990677000023425,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 58.75840900000185,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 58.46688299998641,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 58.70564300008118,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 0.7156729999696836,
"failureMessages": [
"class-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -18,15 +18,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {};\n + (\n + @deco\n + class Foo {}\n + );\n const a2 =\n - @deco\n - class {};\n + (\n + @deco\n + class {}\n + );\n \n (\n @deco\n class Foo {}\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 3.701312999939546,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 59.278349999920465,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 1.2043030000058934,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 0.7567900000140071,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 58.98895100003574,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 58.909411999979056,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 59.54766499996185,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 59.950395999941975,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 0.4685630000894889,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 2.013870000024326,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 59.407474000006914,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 1.1295740000205114,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 0.7106439999770373,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 58.81855299999006,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 59.44031700002961,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 57.807630000053905,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 58.368832000065595,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 0.44736400002148,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 1.900419000070542,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 58.4948929999955,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 1.1880430000601336,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 0.7369720001006499,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 57.5466520000482,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 58.30301499995403,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 58.45145300007425,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 58.830104999942705,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 0.7277150000445545,
"failureMessages": [
"arguments.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -7,14 +7,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n )\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 2.333845999906771,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 59.004302999936044,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 1.1486590000567958,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 0.7628809999441728,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 58.32846700004302,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 57.7034519999288,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 58.82385799998883,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 58.101111000054516,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 0.629261999973096,
"failureMessages": [
"class-expression.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -19,15 +19,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {}\n + (\n + @deco\n + class Foo {}\n + )\n const a2 =\n - @deco\n - class {}\n + (\n + @deco\n + class {}\n + )\n \n ;(\n @deco\n class Foo {}\n )\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 3.4541230000322685,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 61.11861099989619,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 1.1557120000943542,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 0.8052199999801815,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 59.926671999972314,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 59.65265399997588,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 59.70279200002551,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 60.81378299999051,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 0.4141310000559315,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 2.145005000056699,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 58.92009499995038,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 1.1294029999990016,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 0.6978690000250936,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 57.756094000069425,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 58.672312999959104,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 59.23915100004524,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 59.02536199998576,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 0.42449000000488013,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 1.903385000070557,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 58.27585800003726,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 1.1337910000002012,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 0.7308519999496639,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 57.95686699997168,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 59.1475470000878,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 59.0622929999372,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 58.65549800009467,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "no-semi.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a;\n - ::b.c;\n + ::b.c\n \n class A {\n a = b;\n in;\n c;\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nno-semi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a\n - ;::b.c\n + ::b.c\n \n class A {\n a = b;\n in\n c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 282355.911286,
"end": 282610.361354,
"runtime": 254,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/no-semi-babylon-extensions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 0.7101320000365376,
"failureMessages": [
"no-semi.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a;\n - ::b.c;\n + ::b.c\n \n class A {\n a = b;\n in;\n c;\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 1.1894150000298396,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 0.7355899999383837,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 0.6775419999612495,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 58.25503500003833,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 0.6204259999794886,
"failureMessages": [
"no-semi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a\n - ;::b.c\n + ::b.c\n \n class A {\n a = b;\n in\n c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 1.0937870000489056,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 0.7269339999184012,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 0.709571999963373,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 58.2909750000108,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "await.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -9,9 +9,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing();\n - return (await request)::doSyncThing();\n + return await request;\n + ::doSyncThing()\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbind_parens.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js format 1`\n \n - Snapshot - 33\n + Received + 65\n \n @@ -37,41 +37,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - (a || b)::c;\n - a || b::c;\n - ::obj.prop;\n - (void 0)::func();\n - (+0)::is(-0);\n - a::b.c;\n - a::(b.c());\n - a::b.c();\n - a::(b.c()());\n - a::(b.c()());\n - a::(b.c())();\n - a::(b.c().d);\n - a::(c().d.e);\n - a::(b());\n - a::(b::c());\n - a::(b()::c);\n - a::(b().c::d);\n - a::(b.c::d);\n - a::(b::c.d);\n - a::(b.c::d::e);\n - a::(b::c::d);\n - a::(b::c::d.e);\n - a::(b::c::d).e;\n - a::(void 0);\n - a::(b.c()::d.e);\n - a::(b.c::d.e);\n - a::(b.c::d.e)::f.g;\n - b.c::d.e;\n - (b.c::d).e;\n - (b::c::d).e;\n - new (a::b)();\n + a || b;\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0;\n + ::func()\n + +0;\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c;\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n new f(a::b);\n - f[a::b];\n - f[a::b()];\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlong_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -14,11 +14,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala;\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmethod_chain.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,16 +28,16 @@\n import { map } from \"rxjs/operator/map\";\n import { throttle } from \"rxjs/operator/throttle\";\n import { takeUntil } from \"rxjs/operator/takeUntil\";\n \n function test(observable) {\n - return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction);\n + return observable;\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshort_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -13,11 +13,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod;\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nunary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js format 1`\n \n - Snapshot - 9\n + Received + 15\n \n @@ -17,21 +17,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y;\n - !(x::y /* foo */);\n - !(/* foo */ x::y);\n + !x;\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n - );\n + x\n + ::y\n + )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n - );\n + )\n !(\n - x::y // foo\n - );\n + x\n + ::y // foo\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nawait.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,9 +10,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing()\n - return (await request)::doSyncThing()\n + return await request\n + ::doSyncThing()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbind_parens.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js - {\"semi\":false} format 1`\n \n - Snapshot - 34\n + Received + 66\n \n @@ -38,41 +38,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - ;(a || b)::c\n - a || b::c\n - ;::obj.prop\n - ;(void 0)::func()\n - ;(+0)::is(-0)\n - a::b.c\n - a::(b.c())\n - a::b.c()\n - a::(b.c()())\n - a::(b.c()())\n - a::(b.c())()\n - a::(b.c().d)\n - a::(c().d.e)\n - a::(b())\n - a::(b::c())\n - a::(b()::c)\n - a::(b().c::d)\n - a::(b.c::d)\n - a::(b::c.d)\n - a::(b.c::d::e)\n - a::(b::c::d)\n - a::(b::c::d.e)\n - a::(b::c::d).e\n - a::(void 0)\n - a::(b.c()::d.e)\n - a::(b.c::d.e)\n - a::(b.c::d.e)::f.g\n - b.c::d.e\n - ;(b.c::d).e\n - ;(b::c::d).e\n - new (a::b)()\n - new f(a::b)\n - f[a::b]\n - f[a::b()]\n + a || b\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0\n + ::func()\n + ;+0\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n + new f(a::b);\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlong_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmethod_chain.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js - {\"semi\":false} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -30,15 +30,15 @@\n import { throttle } from \"rxjs/operator/throttle\"\n import { takeUntil } from \"rxjs/operator/takeUntil\"\n \n function test(observable) {\n return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction)\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshort_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -14,11 +14,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nunary.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js - {\"semi\":false} format 1`\n \n - Snapshot - 6\n + Received + 12\n \n @@ -18,21 +18,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y\n - !(x::y /* foo */)\n - !(/* foo */ x::y)\n + !x\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n + x\n + ::y\n )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n )\n !(\n - x::y // foo\n + x\n + ::y // foo\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 12,
"numPassingTests": 48,
"numPendingTests": 0,
"perfStats": {
"start": 282688.0143580001,
"end": 284161.87623600004,
"runtime": 1474,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 36,
"unchecked": 0,
"unmatched": 12,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bind-expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"await.js"
],
"duration": 0.5706430000718683,
"failureMessages": [
"await.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -9,9 +9,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing();\n - return (await request)::doSyncThing();\n + return await request;\n + ::doSyncThing()\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 1.4404019999783486,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 0.943968000006862,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 1.117831000010483,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 58.325009000021964,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 0.8623659999575466,
"failureMessages": [
"bind_parens.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js format 1`\n \n - Snapshot - 33\n + Received + 65\n \n @@ -37,41 +37,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - (a || b)::c;\n - a || b::c;\n - ::obj.prop;\n - (void 0)::func();\n - (+0)::is(-0);\n - a::b.c;\n - a::(b.c());\n - a::b.c();\n - a::(b.c()());\n - a::(b.c()());\n - a::(b.c())();\n - a::(b.c().d);\n - a::(c().d.e);\n - a::(b());\n - a::(b::c());\n - a::(b()::c);\n - a::(b().c::d);\n - a::(b.c::d);\n - a::(b::c.d);\n - a::(b.c::d::e);\n - a::(b::c::d);\n - a::(b::c::d.e);\n - a::(b::c::d).e;\n - a::(void 0);\n - a::(b.c()::d.e);\n - a::(b.c::d.e);\n - a::(b.c::d.e)::f.g;\n - b.c::d.e;\n - (b.c::d).e;\n - (b::c::d).e;\n - new (a::b)();\n + a || b;\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0;\n + ::func()\n + +0;\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c;\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n new f(a::b);\n - f[a::b];\n - f[a::b()];\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 1.1251859999028966,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 0.8712819999782369,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 0.7221649999264628,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 63.55939200008288,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 0.6363660000497475,
"failureMessages": [
"long_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -14,11 +14,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala;\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 1.2698249999666587,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 0.8571760000195354,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 0.8191850000293925,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 57.79514299996663,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 0.6647670000093058,
"failureMessages": [
"method_chain.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,16 +28,16 @@\n import { map } from \"rxjs/operator/map\";\n import { throttle } from \"rxjs/operator/throttle\";\n import { takeUntil } from \"rxjs/operator/takeUntil\";\n \n function test(observable) {\n - return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction);\n + return observable;\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 1.6467560000019148,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 1.4940819999901578,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 1.5264929999830201,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 59.52670400007628,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 0.6930099999299273,
"failureMessages": [
"short_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -13,11 +13,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod;\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 1.303336999961175,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 0.8277320000343025,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 0.7802930000470951,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 59.384221999906,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.7372520000208169,
"failureMessages": [
"unary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js format 1`\n \n - Snapshot - 9\n + Received + 15\n \n @@ -17,21 +17,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y;\n - !(x::y /* foo */);\n - !(/* foo */ x::y);\n + !x;\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n - );\n + x\n + ::y\n + )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n - );\n + )\n !(\n - x::y // foo\n - );\n + x\n + ::y // foo\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 1.0659949999535456,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.7245789999142289,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.7077869999920949,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 59.741311999969184,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 0.6051469999365509,
"failureMessages": [
"await.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,9 +10,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing()\n - return (await request)::doSyncThing()\n + return await request\n + ::doSyncThing()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 1.2473429999081418,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 0.886409999919124,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 0.780854000011459,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 57.800733000040054,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 0.8502930001122877,
"failureMessages": [
"bind_parens.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js - {\"semi\":false} format 1`\n \n - Snapshot - 34\n + Received + 66\n \n @@ -38,41 +38,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - ;(a || b)::c\n - a || b::c\n - ;::obj.prop\n - ;(void 0)::func()\n - ;(+0)::is(-0)\n - a::b.c\n - a::(b.c())\n - a::b.c()\n - a::(b.c()())\n - a::(b.c()())\n - a::(b.c())()\n - a::(b.c().d)\n - a::(c().d.e)\n - a::(b())\n - a::(b::c())\n - a::(b()::c)\n - a::(b().c::d)\n - a::(b.c::d)\n - a::(b::c.d)\n - a::(b.c::d::e)\n - a::(b::c::d)\n - a::(b::c::d.e)\n - a::(b::c::d).e\n - a::(void 0)\n - a::(b.c()::d.e)\n - a::(b.c::d.e)\n - a::(b.c::d.e)::f.g\n - b.c::d.e\n - ;(b.c::d).e\n - ;(b::c::d).e\n - new (a::b)()\n - new f(a::b)\n - f[a::b]\n - f[a::b()]\n + a || b\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0\n + ::func()\n + ;+0\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n + new f(a::b);\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 1.1418469999916852,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 0.7610069999936968,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 0.7268740000436082,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 63.19477099995129,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 0.6322780000045896,
"failureMessages": [
"long_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 1.1771629999857396,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 0.8403949999483302,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 0.7788009999785572,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 58.46490999998059,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 0.6287210000446066,
"failureMessages": [
"method_chain.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js - {\"semi\":false} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -30,15 +30,15 @@\n import { throttle } from \"rxjs/operator/throttle\"\n import { takeUntil } from \"rxjs/operator/takeUntil\"\n \n function test(observable) {\n return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction)\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 1.3069939999841154,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 0.9852649999083951,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 0.8629380000056699,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 60.01881899998989,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 0.5957100000232458,
"failureMessages": [
"short_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -14,11 +14,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 1.2376749999821186,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 0.8510850000893697,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 0.7843609999399632,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 60.54737299995031,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 0.7066259999992326,
"failureMessages": [
"unary.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js - {\"semi\":false} format 1`\n \n - Snapshot - 6\n + Received + 12\n \n @@ -18,21 +18,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y\n - !(x::y /* foo */)\n - !(/* foo */ x::y)\n + !x\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n + x\n + ::y\n )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n )\n !(\n - x::y // foo\n + x\n + ::y // foo\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 1.0448860001051798,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 0.7512390000047162,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 0.7061249999096617,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 58.721537999925204,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 284241.031427,
"end": 285076.7618660001,
"runtime": 836,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/dynamic-import/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"assertions.js"
],
"duration": 0.4138810000149533,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 2.2458620000397786,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 61.9217780000763,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 1.2380659999325871,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 0.7884380000177771,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 0.6724020000547171,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 58.49362100008875,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 58.73952599999029,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 58.29485800000839,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.41654600005131215,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.9936479999451,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.897829000023194,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.168585000094026,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.35860300005879,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.11647400003858,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.683870999957435,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.59143699996639,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.11720700003207,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -12,15 +12,17 @@\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n \n =====================================output=====================================\n - const [a, b] = #[1, 2];\n + const [a, b] = #;\n + [1, 2];\n assert(a === 1);\n assert(b === 2);\n \n - const [a, ...rest] = #[1, 2, 3];\n + const [a, ...rest] = #;\n + [1, 2, 3];\n assert(a === 1);\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsyntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 7\n \n @@ -6,10 +6,14 @@\n #[]\n #[1, 2]\n #[1, 2, #{ a: 3 }]\n \n =====================================output=====================================\n - #[];\n - #[1, 2];\n - #[1, 2, #{ a: 3 }];\n + #[]\n + #[1, 2]\n + #[1, 2, #\n + {\n + a: 3;\n + }\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-trailing-comma.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-trailing-comma.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n #[1,]\n \n =====================================output=====================================\n - #[1];\n + #[1,]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -20,19 +20,21 @@\n assert(tuple4.first() === 1);\n const tuple5 = tuple4.popped();\n assert(tuple5 === #[2, 2, 3, 4]);\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n assert(tuple1[0] === 1);\n \n const tuple2 = tuple1.with(0, 2);\n assert(tuple1 !== tuple2);\n assert(tuple2 === #[2, 2, 3]);\n \n - const tuple3 = #[1, ...tuple2];\n + const tuple3 = #;\n + [1, ...tuple2];\n assert(tuple3 === #[1, 2, 2, 3]);\n \n const tuple4 = tuple3.pushed(4);\n assert(tuple4 === #[1, 2, 2, 3, 4]);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 21,
"numPendingTests": 0,
"perfStats": {
"start": 285160.21427000005,
"end": 285657.34165799996,
"runtime": 497,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 17,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/tuple/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.6414649999933317,
"failureMessages": [
"destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -12,15 +12,17 @@\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n \n =====================================output=====================================\n - const [a, b] = #[1, 2];\n + const [a, b] = #;\n + [1, 2];\n assert(a === 1);\n assert(b === 2);\n \n - const [a, ...rest] = #[1, 2, 3];\n + const [a, ...rest] = #;\n + [1, 2, 3];\n assert(a === 1);\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 1.1184730000095442,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.7506570001132786,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.7272339999908581,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 60.78336699993815,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 1.4413140000542626,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 0.714930999907665,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 0.6580059999832883,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 0.6445410000160336,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 0.7267739999806508,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.5972420000471175,
"failureMessages": [
"syntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 7\n \n @@ -6,10 +6,14 @@\n #[]\n #[1, 2]\n #[1, 2, #{ a: 3 }]\n \n =====================================output=====================================\n - #[];\n - #[1, 2];\n - #[1, 2, #{ a: 3 }];\n + #[]\n + #[1, 2]\n + #[1, 2, #\n + {\n + a: 3;\n + }\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.9911360000260174,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.6751470000017434,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.6443000000435859,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 58.75753399997484,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 0.594366000033915,
"failureMessages": [
"tuple-trailing-comma.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-trailing-comma.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n #[1,]\n \n =====================================output=====================================\n - #[1];\n + #[1,]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 0.9831410000333562,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 0.6813189999666065,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 0.640993999899365,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 59.15658800001256,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 0.6373059999896213,
"failureMessages": [
"tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -20,19 +20,21 @@\n assert(tuple4.first() === 1);\n const tuple5 = tuple4.popped();\n assert(tuple5 === #[2, 2, 3, 4]);\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n assert(tuple1[0] === 1);\n \n const tuple2 = tuple1.with(0, 2);\n assert(tuple1 !== tuple2);\n assert(tuple2 === #[2, 2, 3]);\n \n - const tuple3 = #[1, ...tuple2];\n + const tuple3 = #;\n + [1, ...tuple2];\n assert(tuple3 === #[1, 2, 2, 3]);\n \n const tuple4 = tuple3.pushed(4);\n assert(tuple4 === #[1, 2, 2, 3, 4]);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 1.0373420000541955,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 0.7275949999457225,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 0.6902359999949113,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 60.906531999935396,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,8 +6,8 @@\n | printWidth\n =====================================input======================================\n a => {}\n \n =====================================output=====================================\n - a => {}\n + ;a => {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 13,
"numPendingTests": 0,
"perfStats": {
"start": 285742.601237,
"end": 286570.129714,
"runtime": 828,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/semi/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 0.4684619999025017,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 59.76432100008242,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 58.589134000008926,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 59.1109980000183,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 58.664313000044785,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 58.71061099995859,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 59.15157400001772,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 0.6193529999582097,
"failureMessages": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,8 +6,8 @@\n | printWidth\n =====================================input======================================\n a => {}\n \n =====================================output=====================================\n - a => {}\n + ;a => {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 59.11546800006181,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 59.22702700004447,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 59.790372999967076,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 58.88770199997816,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 58.98526399990078,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 58.46023100009188,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "newline-before-arrow.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `newline-before-arrow.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -5,8 +5,10 @@\n =====================================input======================================\n async x\n => x\n \n =====================================output=====================================\n - async (x) => x;\n + async;\n + x;\n + => x\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 43)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 286651.14530000003,
"end": 286773.184189,
"runtime": 122,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/newline-before-arrow/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 0.6843149999622256,
"failureMessages": [
"newline-before-arrow.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `newline-before-arrow.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -5,8 +5,10 @@\n =====================================input======================================\n async x\n => x\n \n =====================================output=====================================\n - async (x) => x;\n + async;\n + x;\n + => x\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 43)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 1.0613479999592528,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 0.7433540000347421,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 0.7922050000634044,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 59.818153999978676,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "const.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2;\n + const [a = ((let)[0] = 1)] = 2;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlet.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 14\n + Received + 14\n \n @@ -110,31 +110,31 @@\n =====================================output=====================================\n let.a = 1;\n \n let.a[0] = 1;\n \n - (let)[a] = 1;\n + let[a] = 1;\n \n - (let)[a].b.c.e = 1;\n + let[a].b.c.e = 1;\n \n foo[let[a]] = 1;\n \n (let)[let[a]] = 1;\n \n - (let)[a] ??= 1;\n + let[a] ??= 1;\n \n foo = let[a];\n \n let()[a] = 1;\n \n foo(let)[a] = 1;\n \n foo(let[a])[a] = 1;\n \n - (let)[0] = 1;\n + let[0] = 1;\n \n - (let)[\"a\"] = 1;\n + let[\"a\"] = 1;\n \n let = 1;\n \n var let = 1;\n \n @@ -142,29 +142,29 @@\n \n ({ a: let[a] } = 1);\n \n alert((let[0] = 1));\n \n - ((let)[0] = 1) || 2;\n + (let[0] = 1) || 2;\n \n - ((let)[0] = 1), 2;\n + (let[0] = 1), 2;\n \n - ((let)[0] = 1) ? a : b;\n + (let[0] = 1) ? a : b;\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1));\n \n var a = (let[0] = 1);\n \n - ((let)[0] = 1) instanceof a;\n + (let[0] = 1) instanceof a;\n \n void (let[0] = 1);\n \n - ((let)[0] = 1)();\n + (let[0] = 1)();\n \n new (let[0] = 1)();\n \n ((let)[0] = 1)``;\n \n @@ -186,32 +186,32 @@\n \n function foo() {\n return (let[0] = 1);\n }\n \n - while (true) (let)[0] = 1;\n + while (true) let[0] = 1;\n \n throw (let[0] = 1);\n \n ({ foo: (let[0] = 1) });\n \n [(let[0] = 1)];\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - (let)[x].foo();\n + let[x].foo();\n \n let.let[x].foo();\n \n a = let[x].foo();\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nconst.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2\n + const [a = ((let)[0] = 1)] = 2\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlet.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js - {\"semi\":false} format 1`\n \n - Snapshot - 15\n + Received + 15\n \n @@ -111,31 +111,31 @@\n =====================================output=====================================\n let.a = 1\n \n let.a[0] = 1\n \n - ;(let)[a] = 1\n + let[a] = 1\n \n - ;(let)[a].b.c.e = 1\n + let[a].b.c.e = 1\n \n foo[let[a]] = 1\n \n ;(let)[let[a]] = 1\n \n - ;(let)[a] ??= 1\n + let[a] ??= 1\n \n foo = let[a]\n \n let()[a] = 1\n \n foo(let)[a] = 1\n \n foo(let[a])[a] = 1\n \n - ;(let)[0] = 1\n + let[0] = 1\n \n - ;(let)[\"a\"] = 1\n + let[\"a\"] = 1\n \n let = 1\n \n var let = 1\n \n @@ -143,31 +143,31 @@\n \n ;({ a: let[a] } = 1)\n \n alert((let[0] = 1))\n \n - ;((let)[0] = 1) || 2\n + ;(let[0] = 1) || 2\n \n - ;((let)[0] = 1), 2\n + ;(let[0] = 1), 2\n \n - ;((let)[0] = 1) ? a : b\n + ;(let[0] = 1) ? a : b\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1))\n \n var a = (let[0] = 1)\n \n - ;((let)[0] = 1) instanceof a\n + ;(let[0] = 1) instanceof a\n \n void (let[0] = 1)\n \n - ;((let)[0] = 1)()\n + ;(let[0] = 1)()\n \n - new (let[0] = 1)()\n + ;new (let[0] = 1)()\n \n ;((let)[0] = 1)``\n \n ;((let)[0] = 1).toString\n \n @@ -187,32 +187,32 @@\n \n function foo() {\n return (let[0] = 1)\n }\n \n - while (true) (let)[0] = 1\n + while (true) let[0] = 1\n \n throw (let[0] = 1)\n \n ;({ foo: (let[0] = 1) })\n \n ;[(let[0] = 1)]\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - ;(let)[x].foo()\n + let[x].foo()\n \n let.let[x].foo()\n \n a = let[x].foo()\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 24,
"numPendingTests": 0,
"perfStats": {
"start": 286854.97016900004,
"end": 288714.64594500005,
"runtime": 1860,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/identifier/parentheses/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"const.js"
],
"duration": 0.7053839999716729,
"failureMessages": [
"const.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2;\n + const [a = ((let)[0] = 1)] = 2;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 65.3922859999584,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 61.68667199998163,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 61.16746300004888,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 62.3052659999812,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 62.134093999979086,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 60.54968799999915,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 0.8027749999891967,
"failureMessages": [
"let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 14\n + Received + 14\n \n @@ -110,31 +110,31 @@\n =====================================output=====================================\n let.a = 1;\n \n let.a[0] = 1;\n \n - (let)[a] = 1;\n + let[a] = 1;\n \n - (let)[a].b.c.e = 1;\n + let[a].b.c.e = 1;\n \n foo[let[a]] = 1;\n \n (let)[let[a]] = 1;\n \n - (let)[a] ??= 1;\n + let[a] ??= 1;\n \n foo = let[a];\n \n let()[a] = 1;\n \n foo(let)[a] = 1;\n \n foo(let[a])[a] = 1;\n \n - (let)[0] = 1;\n + let[0] = 1;\n \n - (let)[\"a\"] = 1;\n + let[\"a\"] = 1;\n \n let = 1;\n \n var let = 1;\n \n @@ -142,29 +142,29 @@\n \n ({ a: let[a] } = 1);\n \n alert((let[0] = 1));\n \n - ((let)[0] = 1) || 2;\n + (let[0] = 1) || 2;\n \n - ((let)[0] = 1), 2;\n + (let[0] = 1), 2;\n \n - ((let)[0] = 1) ? a : b;\n + (let[0] = 1) ? a : b;\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1));\n \n var a = (let[0] = 1);\n \n - ((let)[0] = 1) instanceof a;\n + (let[0] = 1) instanceof a;\n \n void (let[0] = 1);\n \n - ((let)[0] = 1)();\n + (let[0] = 1)();\n \n new (let[0] = 1)();\n \n ((let)[0] = 1)``;\n \n @@ -186,32 +186,32 @@\n \n function foo() {\n return (let[0] = 1);\n }\n \n - while (true) (let)[0] = 1;\n + while (true) let[0] = 1;\n \n throw (let[0] = 1);\n \n ({ foo: (let[0] = 1) });\n \n [(let[0] = 1)];\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - (let)[x].foo();\n + let[x].foo();\n \n let.let[x].foo();\n \n a = let[x].foo();\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 76.70826400001533,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 70.91892600001302,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 72.1488670000108,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 67.88205999997444,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 70.9979769999627,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 72.26343499997165,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 0.6031740000471473,
"failureMessages": [
"const.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2\n + const [a = ((let)[0] = 1)] = 2\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 61.31349800003227,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 59.951920999912545,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 59.99521399999503,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 59.843285000068136,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 60.43819599994458,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 60.90501399990171,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 0.876323000062257,
"failureMessages": [
"let.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js - {\"semi\":false} format 1`\n \n - Snapshot - 15\n + Received + 15\n \n @@ -111,31 +111,31 @@\n =====================================output=====================================\n let.a = 1\n \n let.a[0] = 1\n \n - ;(let)[a] = 1\n + let[a] = 1\n \n - ;(let)[a].b.c.e = 1\n + let[a].b.c.e = 1\n \n foo[let[a]] = 1\n \n ;(let)[let[a]] = 1\n \n - ;(let)[a] ??= 1\n + let[a] ??= 1\n \n foo = let[a]\n \n let()[a] = 1\n \n foo(let)[a] = 1\n \n foo(let[a])[a] = 1\n \n - ;(let)[0] = 1\n + let[0] = 1\n \n - ;(let)[\"a\"] = 1\n + let[\"a\"] = 1\n \n let = 1\n \n var let = 1\n \n @@ -143,31 +143,31 @@\n \n ;({ a: let[a] } = 1)\n \n alert((let[0] = 1))\n \n - ;((let)[0] = 1) || 2\n + ;(let[0] = 1) || 2\n \n - ;((let)[0] = 1), 2\n + ;(let[0] = 1), 2\n \n - ;((let)[0] = 1) ? a : b\n + ;(let[0] = 1) ? a : b\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1))\n \n var a = (let[0] = 1)\n \n - ;((let)[0] = 1) instanceof a\n + ;(let[0] = 1) instanceof a\n \n void (let[0] = 1)\n \n - ;((let)[0] = 1)()\n + ;(let[0] = 1)()\n \n - new (let[0] = 1)()\n + ;new (let[0] = 1)()\n \n ;((let)[0] = 1)``\n \n ;((let)[0] = 1).toString\n \n @@ -187,32 +187,32 @@\n \n function foo() {\n return (let[0] = 1)\n }\n \n - while (true) (let)[0] = 1\n + while (true) let[0] = 1\n \n throw (let[0] = 1)\n \n ;({ foo: (let[0] = 1) })\n \n ;[(let[0] = 1)]\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - ;(let)[x].foo()\n + let[x].foo()\n \n let.let[x].foo()\n \n a = let[x].foo()\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 78.03391400002874,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 68.30526100005955,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 67.9289979999885,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 67.3652520000469,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 70.32545500004198,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 73.83289799990598,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 10,
"numPendingTests": 0,
"perfStats": {
"start": 288807.37603900005,
"end": 289111.07282100007,
"runtime": 304,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 7,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators-export/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"after_export.js"
],
"duration": 0.4166969999205321,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"after_export.js"
],
"duration": 1.0120350000215694,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"after_export.js"
],
"duration": 0.7179379999870434,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"after_export.js"
],
"duration": 0.68590799998492,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"after_export.js"
],
"duration": 59.75377599999774,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 0.41551399999298155,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 0.9710789999226108,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 0.8203180000418797,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 60.01153699995484,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 60.03396899998188,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "example.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CR>\n - console.log(\"testing line endings\");<CR>\n - }<CR>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexample.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CRLF>\n - console.log(\"testing line endings\");<CRLF>\n - }<CRLF>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 13,
"numPendingTests": 0,
"perfStats": {
"start": 289192.531286,
"end": 290103.810948,
"runtime": 911,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/end-of-line/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 0.45458600006531924,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 60.18119699996896,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 60.62570900004357,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 60.148792000021785,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 60.62710300006438,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.6197939999401569,
"failureMessages": [
"example.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CR>\n - console.log(\"testing line endings\");<CR>\n - }<CR>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 61.53908000001684,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 60.17157699994277,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 60.21368699998129,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 60.86651600000914,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.6173999999882653,
"failureMessages": [
"example.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CRLF>\n - console.log(\"testing line endings\");<CRLF>\n - }<CRLF>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 60.19444300001487,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 61.09998099994846,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 60.66396499995608,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 60.943259000079706,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 5,
"numPendingTests": 0,
"perfStats": {
"start": 290189.1670920001,
"end": 290193.671744,
"runtime": 5,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 5,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/invalid/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 1.3332540000556037,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 0.8031960000516847,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 0.7005340000614524,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 0.6990519999526441,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 0.9123300000792369,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 290279.73420400004,
"end": 291372.508338,
"runtime": 1093,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-align/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.42247700004372746,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 61.68141999992076,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.115544000058435,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.11578200000804,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 58.96561300009489,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 58.59312899992801,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.04403799993452,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 58.71988699992653,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.24902099999599,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 0.42871899995952845,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 61.87607499992009,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 59.86845299997367,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 58.515416000038385,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 59.31774199998472,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 59.29819200001657,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 59.936683000065386,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 61.65688299993053,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 59.40788499999326,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 291456.506733,
"end": 292052.059511,
"runtime": 596,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/new-target/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 0.44243399996776134,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 1.6555739999748766,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 58.412663000053726,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 1.6050399999367073,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 0.7848819999489933,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 0.7205219999887049,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 56.92586499999743,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 58.30856000003405,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 58.02418300008867,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.6262870000209659,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 2.766484000021592,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.568828999996185,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.5636229999363422,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.0292070000432432,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.0558670000173151,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.16917899996042,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 59.995183999999426,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.5754869999364,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 12\n + Received + 13\n \n @@ -190,15 +190,15 @@\n comment\n comment\n */\n foo\n : test\n - ? /* comment\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n test\n ? foo\n @@ -215,33 +215,34 @@\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n test\n - ? foo /* comment\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n test\n ? test /* c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-examples.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js format 1`\n \n - Snapshot - 40\n + Received + 40\n \n @@ -146,50 +146,50 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const typeofExample = definition.encode\n ? definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n )\n : typeof row[field] !== \"undefined\"\n - ? row[field]\n - : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null;\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n const typeofExampleFlipped = definition.encode\n ? definition.encode(\n typeof row[field] === \"undefined\"\n @@ -197,14 +197,14 @@\n ? null\n : definition.default\n : row[field],\n )\n : typeof row[field] === \"undefined\"\n - ? typeof definition.default === \"undefined\"\n - ? null\n - : definition.default\n - : row[field];\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n @@ -221,37 +221,37 @@\n const reactRouterExampleJSX = (\n <div>\n {children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null}\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n : someReallyLongCondition || moreInThisLongCondition\n - ? bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-spec.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js format 1`\n \n - Snapshot - 29\n + Received + 29\n \n @@ -228,63 +228,63 @@\n const chainedWithLongConsequent = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // nested ternary in consequent always breaks:\n const chainedWithTernaryConsequent = isCat()\n ? aNestedCondition\n ? theResult()\n : theAlternate()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // consequent and terminal alternate break:\n const consequentAndTerminalAlternateBreak = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + ? bark()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ? bark()\n - : shortCondition()\n - ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n x === 1\n ? \"one\"\n : x === 2\n - ? \"two\"\n - : x === 3\n - ? \"three\"\n - : x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ? \"four\"\n - : x === 6\n - ? \"six\"\n - : \"idk\";\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n @@ -298,20 +298,20 @@\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n ? \"foo\"\n : anotherCondition\n - ? \"bar\"\n - : \"baz\";\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n typeof row[field] === \"undefined\"\n ? typeof definition.default === \"undefined\"\n ? null\n : definition.default\n : row[field],\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npostfix-ternary-regressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js format 1`\n \n - Snapshot - 13\n + Received + 14\n \n @@ -207,19 +207,19 @@\n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n return !linkTo\n ? false\n : typeof linkTo === \"function\"\n - ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string);\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n return React.isValidElement(emptyText)\n ? React.cloneElement(emptyText)\n : emptyText === \"\"\n - ? \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText });\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n ? translate(matchingReferences.error, {\n @@ -262,23 +262,24 @@\n redirectTo,\n basePath,\n payload\n ? payload.id || (payload.data ? payload.data.id : null)\n : requestPayload\n - ? requestPayload.id\n - : null,\n + ? requestPayload.id\n + : null,\n payload && payload.data\n ? payload.data\n : requestPayload && requestPayload.data\n - ? requestPayload.data\n - : null,\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ? self\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n : (resource, params) =>\n new Promise((resolve) =>\n setTimeout(\n () => resolve(restProvider[name](resource, params)),\n 500,\n @@ -311,13 +312,13 @@\n }\n \n const badComments = schema.model\n ? schema\n : // If model is an array where the items schema is a referred model then we need to use that\n - schema.type === \"array\"\n - ? schema.items\n - : schema;\n + schema.type === \"array\"\n + ? schema.items\n + : schema;\n \n const anotherBadComment = refModel\n ? // If we're in a shared params file then reference the model name directly\n inSharedParamsFile\n ? refModel\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomments.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 68\n + Received + 64\n \n @@ -127,133 +127,129 @@\n test ? test /* c\n c */? foo : bar : bar;\n \n =====================================output=====================================\n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n - const extractTextPluginOptions =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions2 =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions2 = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions3 =\n - (\n - shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n - ) ?\n - { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n + const extractTextPluginOptions3 = shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n + ? { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n const { configureStore } =\n - process.env.NODE_ENV === \"production\" ?\n - require(\"./configureProdStore\") // a\n - : require(\"./configureDevStore\"); // b\n + process.env.NODE_ENV === \"production\"\n + ? require(\"./configureProdStore\") // a\n + : require(\"./configureDevStore\"); // b\n \n - (\n - test /* comment\n + test /* comment\n comment\n comment\n */\n - ) ?\n - foo\n - : bar;\n + ? foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : bar;\n + foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : test ?\n - /* comment\n + foo\n + : test\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n - test ?\n - foo /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n - test ?\n - (\n - test /* c\n + test\n + ? test /* c\n c */\n - ) ?\n - foo\n - : bar\n - : bar;\n + ? foo\n + : bar\n + : bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-examples.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 73\n + Received + 90\n \n @@ -144,133 +144,150 @@\n // TypeScript is here: prettier/tests/format/typescript/conditional-types/new-ternary-spec.ts\n // EXAMPLES\n // mostly taken from https://github.com/prettier/prettier/issues/9561\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ?\n - \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n - const typeofExample =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n + const typeofExample = definition.encode\n + ? definition.encode(\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n )\n - : typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n + : typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n - const typeofExampleFlipped =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + const typeofExampleFlipped = definition.encode\n + ? definition.encode(\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n )\n - : typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n + : typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n : definition.default\n : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n - {children && !isEmptyChildren(children) ?\n + {children && !isEmptyChildren(children) ? (\n <FooComponent\n className=\"a bunch of css classes might go here, wow so many\"\n foo={foo}\n bar={includeBar ? bar : null}\n />\n - : null}\n + ) : null}\n </div>\n );\n \n const reactRouterExampleJSX = (\n <div>\n - {children && !isEmptyChildren(children) ?\n - children\n - : props.match ?\n - component ?\n - React.createElement(component, props)\n - : render ?\n - render(props)\n - : null\n - : null}\n + {children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n - {isACat() && (someReallyLongCondition || moreInThisLongCondition) ?\n - someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n - : someReallyLongCondition || moreInThisLongCondition ?\n - bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n + : someReallyLongCondition || moreInThisLongCondition\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n - {items ?\n - items.map((item) =>\n - item.display ?\n - <Item item={item} attr=\"breaks ternary but not consequent\" />\n - : <Blank />,\n - )\n - : null}\n + {items\n + ? items.map((item) =>\n + item.display ? (\n + <Item item={item} attr=\"breaks ternary but not consequent\" />\n + ) : (\n + <Blank />\n + ),\n + )\n + : null}\n \n {showTheStuff &&\n - (foo ?\n + (foo ? (\n <Thing thing={foooooooooooooooooooooooooo} bar=\"bazzzzzz\" />\n - : <OtherThing />)}\n + ) : (\n + <OtherThing />\n + ))}\n </div>\n );\n \n inJSXExpressionContainer.withNullConditional = (\n <div>\n {isACat() ? null : <Foo />}\n {isACat() && (someReallyLongCondition || moreInThisLongCondition) ? null : (\n <Foo />\n )}\n - {(\n - isACat() &&\n - (someReallyLongCondition ||\n - moreInThisLongCondition ||\n - evenMoreInThisExtraLongConditional)\n - ) ?\n - null\n - : <Foo />}\n + {isACat() &&\n + (someReallyLongCondition ||\n + moreInThisLongCondition ||\n + evenMoreInThisExtraLongConditional) ? null : (\n + <Foo />\n + )}\n </div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-spec.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 95\n + Received + 93\n \n @@ -206,133 +206,127 @@\n \n // remain on one line if possible:\n const short = isLoud() ? makeNoise() : silent();\n \n // next, put everything after the =\n - const lessShort =\n - isLoudReallyLoud() ? makeNoiseReallyLoudly.omgSoLoud() : silent();\n + const lessShort = isLoudReallyLoud()\n + ? makeNoiseReallyLoudly.omgSoLoud()\n + : silent();\n \n // next, indent the consequent:\n - const andIndented =\n - isLoudReallyReallyReallyReallyLoud() ?\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n + const andIndented = isLoudReallyReallyReallyReallyLoud()\n + ? makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n : silent();\n \n // unless the consequent is short (less than ten characters long):\n - const shortSoCase =\n - isLoudReallyReallyReallyReallyLoud() ? silent() : (\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n - );\n + const shortSoCase = isLoudReallyReallyReallyReallyLoud()\n + ? silent()\n + : makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud();\n \n // if chained, always break and put after the =\n - const chainedShort =\n - isCat() ? meow()\n - : isDog() ? bark()\n - : silent();\n + const chainedShort = isCat() ? meow() : isDog() ? bark() : silent();\n \n // when a consequent breaks in a chain:\n - const chainedWithLongConsequent =\n - isCat() ?\n - someReallyLargeExpression\n + const chainedWithLongConsequent = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // nested ternary in consequent always breaks:\n - const chainedWithTernaryConsequent =\n - isCat() ?\n - aNestedCondition ? theResult()\n + const chainedWithTernaryConsequent = isCat()\n + ? aNestedCondition\n + ? theResult()\n : theAlternate()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // consequent and terminal alternate break:\n - const consequentAndTerminalAlternateBreak =\n - isCat() ?\n - someReallyLargeExpression\n + const consequentAndTerminalAlternateBreak = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n - (\n - isAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens()\n - : (\n - isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - bark()\n - : shortCondition() ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens()\n + : isNotAnAdorableKittyCat() &&\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n - x === 1 ? \"one\"\n - : x === 2 ? \"two\"\n - : x === 3 ? \"three\"\n - : (\n - x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ) ?\n - \"four\"\n - : x === 6 ? \"six\"\n - : \"idk\";\n + x === 1\n + ? \"one\"\n + : x === 2\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : \"bar\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : \"bar\";\n \n // long conditional, short consequent/alternate, chained\n // (break on short consequents iff in chained ternary and its conditional broke)\n const longConditionalChained =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : anotherCondition ? \"bar\"\n - : \"baz\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : anotherCondition\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n );\n \n // In a return, break and over-indent:\n const inReturn = () => {\n if (short) {\n return foo ? 1 : 2;\n }\n - return typeof row[aVeryLongFieldName] !== \"undefined\" ?\n - row[aVeryLongFieldName]\n + return typeof row[aVeryLongFieldName] !== \"undefined\"\n + ? row[aVeryLongFieldName]\n : null;\n };\n \n // Remove current JSX Mode, and replace it with this algorithm:\n // When a ternary's parent is a JSXExpressionContainer which is not in a JSXAttribute,\n @@ -344,32 +338,31 @@\n // and wrap the alternate in parens.\n \n const someJSX = (\n <div>\n Typical jsx case:\n - {showFoo ?\n - <Foo attribute=\"such and such stuff here\" />\n - : <Bar short />}\n + {showFoo ? <Foo attribute=\"such and such stuff here\" /> : <Bar short />}\n Nested, and with a non-jsx consequent is the same:\n - {component ?\n + {component ? (\n React.createElement(component, props)\n - : render ?\n + ) : render ? (\n <div>{render(props)}</div>\n - : <div>Nothing is here</div>}\n + ) : (\n + <div>Nothing is here</div>\n + )}\n As is a non-jsx consequent:\n - {showTheJSXElement ?\n - <div>the stuff</div>\n - : renderOtherStuff()}\n + {showTheJSXElement ? <div>the stuff</div> : renderOtherStuff()}\n But if the alternate breaks, add a newline before the closing curly brace:\n - {showTheThing || pleaseShowTheThing ?\n + {showTheThing || pleaseShowTheThing ? (\n <Foo attribute=\"such and such stuff here\" />\n - : <Bar\n + ) : (\n + <Bar\n attribute=\"such and such stuff here\"\n another=\"more stuff here\"\n third=\"and even more, hooray!\"\n />\n - }\n + )}\n When the consequent is `null` and the alternate breaks, hug it with parens\n to match boolean behavior:\n {!thing ? null : (\n <TheThing\n thing={thing}\n @@ -377,22 +370,27 @@\n />\n )}\n </div>\n );\n \n - ternaryWithJSXElements.hasNoSpecialCasing =\n - component ? <div>{React.createElement(component, props)}</div>\n - : render ? <div>{render(props)}</div>\n - : <div>Nothing is here</div>;\n + ternaryWithJSXElements.hasNoSpecialCasing = component ? (\n + <div>{React.createElement(component, props)}</div>\n + ) : render ? (\n + <div>{render(props)}</div>\n + ) : (\n + <div>Nothing is here</div>\n + );\n \n jsxExpressionContainer.inJSXAttribute.hasNoSpecialCasing = (\n <Foo\n withJSX={isRed ? <RedColorThing /> : <GreenColorThing />}\n withJSXBroken={\n - isRed || isSomeOtherLongCondition.thatBreaksTheLine() ?\n + isRed || isSomeOtherLongCondition.thatBreaksTheLine() ? (\n <RedColorThing />\n - : <GreenColorThing />\n + ) : (\n + <GreenColorThing />\n + )\n }\n />\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npostfix-ternary-regressions.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 92\n + Received + 90\n \n @@ -171,163 +171,161 @@\n : classRef()\n \n =====================================output=====================================\n // concatened string in consequent should be visually distinguishable from alternate\n // … or maybe this is okay, because the colon is enough?\n - const avatar =\n - has_ordered ?\n - \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n + const avatar = has_ordered\n + ? \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n numberOfCustomers +\n \".jpeg\"\n : undefined;\n \n // Similarly, in the alternate:\n - const redirectUrl =\n - pathName ? pathName : (\n - nextPathName + nextSearch ||\n - defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks\n - );\n + const redirectUrl = pathName\n + ? pathName\n + : nextPathName + nextSearch ||\n + defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks;\n \n // And another, more pathological case of the above:\n const isEmpty = (obj) =>\n - obj instanceof Date ? false : (\n - obj === \"\" ||\n - obj === null ||\n - obj === undefined ||\n - obj === somethingThatIsLonger ||\n - shallowEqual(obj, {})\n - );\n + obj instanceof Date\n + ? false\n + : obj === \"\" ||\n + obj === null ||\n + obj === undefined ||\n + obj === somethingThatIsLonger ||\n + shallowEqual(obj, {});\n \n // Again, this case is a bit hard to distinguish the alternate.\n const eventsFromOrders =\n - orderIds && orders ?\n - orderIds.map((id) => ({\n - type: \"order\",\n - date: orders[id].date,\n - data: orders[id],\n - }))\n - : [];\n + orderIds && orders\n + ? orderIds.map((id) => ({\n + type: \"order\",\n + date: orders[id].date,\n + data: orders[id],\n + }))\n + : [];\n \n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n - return (\n - !linkTo ? false\n - : typeof linkTo === \"function\" ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string)\n - );\n + return !linkTo\n + ? false\n + : typeof linkTo === \"function\"\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n - return (\n - React.isValidElement(emptyText) ? React.cloneElement(emptyText)\n - : emptyText === \"\" ?\n - \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText })\n - );\n + return React.isValidElement(emptyText)\n + ? React.cloneElement(emptyText)\n + : emptyText === \"\"\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n - const matchingReferencesError =\n - isMatchingReferencesError(matchingReferences) ?\n - translate(matchingReferences.error, {\n + const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n + ? translate(matchingReferences.error, {\n _: matchingReferences.error,\n })\n : null;\n \n // This one is kinda confusing any way you slice it…\n const obj = {\n error:\n - (\n - matchingReferencesError &&\n - (!input.value ||\n - (input.value &&\n - selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n - ) ?\n - translate(\"ra.input.references.all_missing\", {\n - _: \"ra.input.references.all_missing\",\n - })\n - : null,\n + matchingReferencesError &&\n + (!input.value ||\n + (input.value && selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n + ? translate(\"ra.input.references.all_missing\", {\n + _: \"ra.input.references.all_missing\",\n + })\n + : null,\n };\n \n // I think we should indent after the inner || on this, and do better wtih the parens around the &&\n const obj2 = {\n warning:\n - (\n - matchingReferencesError ||\n - (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n - ) ?\n - matchingReferencesError ||\n - translate(\"ra.input.references.many_missing\", {\n - _: \"ra.input.references.many_missing\",\n - })\n - : null,\n + matchingReferencesError ||\n + (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n + ? matchingReferencesError ||\n + translate(\"ra.input.references.many_missing\", {\n + _: \"ra.input.references.many_missing\",\n + })\n + : null,\n };\n \n // The boolean conditions in the test should look cohesive.\n const selectedReferencesDataStatus =\n - !isEmpty(value) && typeof value === \"string\" && !pattern.test(value) ?\n - getMessage(message, { pattern }, value, values)\n - : undefined;\n + !isEmpty(value) && typeof value === \"string\" && !pattern.test(value)\n + ? getMessage(message, { pattern }, value, values)\n + : undefined;\n \n // Would be nice if these two nested ternaries didn't look like a single one.\n resolveRedirectTo(\n redirectTo,\n basePath,\n - payload ? payload.id || (payload.data ? payload.data.id : null)\n - : requestPayload ? requestPayload.id\n - : null,\n - payload && payload.data ? payload.data\n - : requestPayload && requestPayload.data ? requestPayload.data\n - : null,\n + payload\n + ? payload.id || (payload.data ? payload.data.id : null)\n + : requestPayload\n + ? requestPayload.id\n + : null,\n + payload && payload.data\n + ? payload.data\n + : requestPayload && requestPayload.data\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - (\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ) ?\n - self\n - : (resource, params) =>\n - new Promise((resolve) =>\n - setTimeout(() => resolve(restProvider[name](resource, params)), 500),\n - ),\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n + : (resource, params) =>\n + new Promise((resolve) =>\n + setTimeout(\n + () => resolve(restProvider[name](resource, params)),\n + 500,\n + ),\n + ),\n });\n \n function foo4() {\n - return !match || match.length < 5 ?\n - line\n + return !match || match.length < 5\n + ? line\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo5() {\n - return !match || match.length < 5 ?\n - foo(line)\n + return !match || match.length < 5\n + ? foo(line)\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo6() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehooray\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehooray\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo7() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehoorayjustabitlonger\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehoorayjustabitlonger\n : match[1] + match[2] + match[3] + match[4];\n }\n \n - const badComments =\n - schema.model ? schema\n - // If model is an array where the items schema is a referred model then we need to use that\n - : schema.type === \"array\" ? schema.items\n + const badComments = schema.model\n + ? schema\n + : // If model is an array where the items schema is a referred model then we need to use that\n + schema.type === \"array\"\n + ? schema.items\n : schema;\n \n - const anotherBadComment =\n - refModel ?\n - // If we're in a shared params file then reference the model name directly\n - inSharedParamsFile ? refModel\n - // If we're not in a shared params file then reference the in-file type\n - : classRef()\n - // We don't have a model name, use the in-file name\n - : classRef();\n + const anotherBadComment = refModel\n + ? // If we're in a shared params file then reference the model name directly\n + inSharedParamsFile\n + ? refModel\n + : // If we're not in a shared params file then reference the in-file type\n + classRef()\n + : // We don't have a model name, use the in-file name\n + classRef();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 8,
"numPassingTests": 100,
"numPendingTests": 0,
"perfStats": {
"start": 292139.17655200005,
"end": 299535.60330500006,
"runtime": 7396,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 8,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/conditional/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.8536190000595525,
"failureMessages": [
"comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 12\n + Received + 13\n \n @@ -190,15 +190,15 @@\n comment\n comment\n */\n foo\n : test\n - ? /* comment\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n test\n ? foo\n @@ -215,33 +215,34 @@\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n test\n - ? foo /* comment\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n test\n ? test /* c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 94.03972499992233,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 69.32056200003717,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 64.71743399999104,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 67.0405820000451,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 63.21364800003357,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 65.27016700000968,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 69.22134699998423,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 67.15545299998485,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 0.42477099993266165,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 58.6964910000097,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 58.73309300001711,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 58.46133900003042,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 58.7352129999781,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 60.02302200009581,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 58.302730000112206,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 58.982306999969296,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 58.66518999997061,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 1.1287609999999404,
"failureMessages": [
"new-ternary-examples.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js format 1`\n \n - Snapshot - 40\n + Received + 40\n \n @@ -146,50 +146,50 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const typeofExample = definition.encode\n ? definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n )\n : typeof row[field] !== \"undefined\"\n - ? row[field]\n - : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null;\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n const typeofExampleFlipped = definition.encode\n ? definition.encode(\n typeof row[field] === \"undefined\"\n @@ -197,14 +197,14 @@\n ? null\n : definition.default\n : row[field],\n )\n : typeof row[field] === \"undefined\"\n - ? typeof definition.default === \"undefined\"\n - ? null\n - : definition.default\n - : row[field];\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n @@ -221,37 +221,37 @@\n const reactRouterExampleJSX = (\n <div>\n {children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null}\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n : someReallyLongCondition || moreInThisLongCondition\n - ? bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 96.61065499996766,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 75.44853499997407,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 68.08018600009382,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 70.83280600002035,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 73.2907750000013,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 68.24016199994367,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 69.35184300004039,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 71.83773499995004,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 1.126107000047341,
"failureMessages": [
"new-ternary-spec.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js format 1`\n \n - Snapshot - 29\n + Received + 29\n \n @@ -228,63 +228,63 @@\n const chainedWithLongConsequent = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // nested ternary in consequent always breaks:\n const chainedWithTernaryConsequent = isCat()\n ? aNestedCondition\n ? theResult()\n : theAlternate()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // consequent and terminal alternate break:\n const consequentAndTerminalAlternateBreak = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + ? bark()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ? bark()\n - : shortCondition()\n - ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n x === 1\n ? \"one\"\n : x === 2\n - ? \"two\"\n - : x === 3\n - ? \"three\"\n - : x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ? \"four\"\n - : x === 6\n - ? \"six\"\n - : \"idk\";\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n @@ -298,20 +298,20 @@\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n ? \"foo\"\n : anotherCondition\n - ? \"bar\"\n - : \"baz\";\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n typeof row[field] === \"undefined\"\n ? typeof definition.default === \"undefined\"\n ? null\n : definition.default\n : row[field],\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 95.30224999994971,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 74.5415529999882,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 69.75511699996423,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 70.20974600000773,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 69.20605300005991,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 77.55378600000404,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 74.27575499995146,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 70.83318900002632,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 0.42050299991387874,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 59.7451819999842,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 59.684666000073776,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 59.34537500003353,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 58.7400749999797,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 58.77697500004433,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 60.91459199995734,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 59.00727400009055,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 59.357528000022285,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 0.9217070000013337,
"failureMessages": [
"postfix-ternary-regressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js format 1`\n \n - Snapshot - 13\n + Received + 14\n \n @@ -207,19 +207,19 @@\n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n return !linkTo\n ? false\n : typeof linkTo === \"function\"\n - ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string);\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n return React.isValidElement(emptyText)\n ? React.cloneElement(emptyText)\n : emptyText === \"\"\n - ? \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText });\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n ? translate(matchingReferences.error, {\n @@ -262,23 +262,24 @@\n redirectTo,\n basePath,\n payload\n ? payload.id || (payload.data ? payload.data.id : null)\n : requestPayload\n - ? requestPayload.id\n - : null,\n + ? requestPayload.id\n + : null,\n payload && payload.data\n ? payload.data\n : requestPayload && requestPayload.data\n - ? requestPayload.data\n - : null,\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ? self\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n : (resource, params) =>\n new Promise((resolve) =>\n setTimeout(\n () => resolve(restProvider[name](resource, params)),\n 500,\n @@ -311,13 +312,13 @@\n }\n \n const badComments = schema.model\n ? schema\n : // If model is an array where the items schema is a referred model then we need to use that\n - schema.type === \"array\"\n - ? schema.items\n - : schema;\n + schema.type === \"array\"\n + ? schema.items\n + : schema;\n \n const anotherBadComment = refModel\n ? // If we're in a shared params file then reference the model name directly\n inSharedParamsFile\n ? refModel\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 93.99386599997524,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 75.46948299999349,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 71.00624099990819,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 71.46156100009102,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 72.34969900001306,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 73.54484800004866,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 72.35157599998638,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 71.6624619999202,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 1.261439000023529,
"failureMessages": [
"comments.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 68\n + Received + 64\n \n @@ -127,133 +127,129 @@\n test ? test /* c\n c */? foo : bar : bar;\n \n =====================================output=====================================\n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n - const extractTextPluginOptions =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions2 =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions2 = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions3 =\n - (\n - shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n - ) ?\n - { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n + const extractTextPluginOptions3 = shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n + ? { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n const { configureStore } =\n - process.env.NODE_ENV === \"production\" ?\n - require(\"./configureProdStore\") // a\n - : require(\"./configureDevStore\"); // b\n + process.env.NODE_ENV === \"production\"\n + ? require(\"./configureProdStore\") // a\n + : require(\"./configureDevStore\"); // b\n \n - (\n - test /* comment\n + test /* comment\n comment\n comment\n */\n - ) ?\n - foo\n - : bar;\n + ? foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : bar;\n + foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : test ?\n - /* comment\n + foo\n + : test\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n - test ?\n - foo /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n - test ?\n - (\n - test /* c\n + test\n + ? test /* c\n c */\n - ) ?\n - foo\n - : bar\n - : bar;\n + ? foo\n + : bar\n + : bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 75.0178780000424,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 69.03410100005567,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 65.04559799993876,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 69.40642200002912,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 65.28765999991447,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 67.77855200006161,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 66.21068199991714,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 66.40888000000268,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 0.4380750000709668,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 59.157737999921665,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 59.395561999990605,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 58.61519699997734,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 58.355005999910645,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 58.6322260000743,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 59.906485000043176,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 59.752235000021756,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 59.68167000007816,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 1.3950380000751466,
"failureMessages": [
"new-ternary-examples.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 73\n + Received + 90\n \n @@ -144,133 +144,150 @@\n // TypeScript is here: prettier/tests/format/typescript/conditional-types/new-ternary-spec.ts\n // EXAMPLES\n // mostly taken from https://github.com/prettier/prettier/issues/9561\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ?\n - \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n - const typeofExample =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n + const typeofExample = definition.encode\n + ? definition.encode(\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n )\n - : typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n + : typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n - const typeofExampleFlipped =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + const typeofExampleFlipped = definition.encode\n + ? definition.encode(\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n )\n - : typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n + : typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n : definition.default\n : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n - {children && !isEmptyChildren(children) ?\n + {children && !isEmptyChildren(children) ? (\n <FooComponent\n className=\"a bunch of css classes might go here, wow so many\"\n foo={foo}\n bar={includeBar ? bar : null}\n />\n - : null}\n + ) : null}\n </div>\n );\n \n const reactRouterExampleJSX = (\n <div>\n - {children && !isEmptyChildren(children) ?\n - children\n - : props.match ?\n - component ?\n - React.createElement(component, props)\n - : render ?\n - render(props)\n - : null\n - : null}\n + {children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n - {isACat() && (someReallyLongCondition || moreInThisLongCondition) ?\n - someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n - : someReallyLongCondition || moreInThisLongCondition ?\n - bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n + : someReallyLongCondition || moreInThisLongCondition\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n - {items ?\n - items.map((item) =>\n - item.display ?\n - <Item item={item} attr=\"breaks ternary but not consequent\" />\n - : <Blank />,\n - )\n - : null}\n + {items\n + ? items.map((item) =>\n + item.display ? (\n + <Item item={item} attr=\"breaks ternary but not consequent\" />\n + ) : (\n + <Blank />\n + ),\n + )\n + : null}\n \n {showTheStuff &&\n - (foo ?\n + (foo ? (\n <Thing thing={foooooooooooooooooooooooooo} bar=\"bazzzzzz\" />\n - : <OtherThing />)}\n + ) : (\n + <OtherThing />\n + ))}\n </div>\n );\n \n inJSXExpressionContainer.withNullConditional = (\n <div>\n {isACat() ? null : <Foo />}\n {isACat() && (someReallyLongCondition || moreInThisLongCondition) ? null : (\n <Foo />\n )}\n - {(\n - isACat() &&\n - (someReallyLongCondition ||\n - moreInThisLongCondition ||\n - evenMoreInThisExtraLongConditional)\n - ) ?\n - null\n - : <Foo />}\n + {isACat() &&\n + (someReallyLongCondition ||\n + moreInThisLongCondition ||\n + evenMoreInThisExtraLongConditional) ? null : (\n + <Foo />\n + )}\n </div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 85.09118900005706,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 72.04569499997888,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 71.01141000003554,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 68.43967400002293,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 65.9563349999953,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 74.01421400008257,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 74.49016799998935,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 71.543479999993,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 2.057100999983959,
"failureMessages": [
"new-ternary-spec.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 95\n + Received + 93\n \n @@ -206,133 +206,127 @@\n \n // remain on one line if possible:\n const short = isLoud() ? makeNoise() : silent();\n \n // next, put everything after the =\n - const lessShort =\n - isLoudReallyLoud() ? makeNoiseReallyLoudly.omgSoLoud() : silent();\n + const lessShort = isLoudReallyLoud()\n + ? makeNoiseReallyLoudly.omgSoLoud()\n + : silent();\n \n // next, indent the consequent:\n - const andIndented =\n - isLoudReallyReallyReallyReallyLoud() ?\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n + const andIndented = isLoudReallyReallyReallyReallyLoud()\n + ? makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n : silent();\n \n // unless the consequent is short (less than ten characters long):\n - const shortSoCase =\n - isLoudReallyReallyReallyReallyLoud() ? silent() : (\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n - );\n + const shortSoCase = isLoudReallyReallyReallyReallyLoud()\n + ? silent()\n + : makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud();\n \n // if chained, always break and put after the =\n - const chainedShort =\n - isCat() ? meow()\n - : isDog() ? bark()\n - : silent();\n + const chainedShort = isCat() ? meow() : isDog() ? bark() : silent();\n \n // when a consequent breaks in a chain:\n - const chainedWithLongConsequent =\n - isCat() ?\n - someReallyLargeExpression\n + const chainedWithLongConsequent = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // nested ternary in consequent always breaks:\n - const chainedWithTernaryConsequent =\n - isCat() ?\n - aNestedCondition ? theResult()\n + const chainedWithTernaryConsequent = isCat()\n + ? aNestedCondition\n + ? theResult()\n : theAlternate()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // consequent and terminal alternate break:\n - const consequentAndTerminalAlternateBreak =\n - isCat() ?\n - someReallyLargeExpression\n + const consequentAndTerminalAlternateBreak = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n - (\n - isAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens()\n - : (\n - isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - bark()\n - : shortCondition() ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens()\n + : isNotAnAdorableKittyCat() &&\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n - x === 1 ? \"one\"\n - : x === 2 ? \"two\"\n - : x === 3 ? \"three\"\n - : (\n - x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ) ?\n - \"four\"\n - : x === 6 ? \"six\"\n - : \"idk\";\n + x === 1\n + ? \"one\"\n + : x === 2\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : \"bar\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : \"bar\";\n \n // long conditional, short consequent/alternate, chained\n // (break on short consequents iff in chained ternary and its conditional broke)\n const longConditionalChained =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : anotherCondition ? \"bar\"\n - : \"baz\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : anotherCondition\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n );\n \n // In a return, break and over-indent:\n const inReturn = () => {\n if (short) {\n return foo ? 1 : 2;\n }\n - return typeof row[aVeryLongFieldName] !== \"undefined\" ?\n - row[aVeryLongFieldName]\n + return typeof row[aVeryLongFieldName] !== \"undefined\"\n + ? row[aVeryLongFieldName]\n : null;\n };\n \n // Remove current JSX Mode, and replace it with this algorithm:\n // When a ternary's parent is a JSXExpressionContainer which is not in a JSXAttribute,\n @@ -344,32 +338,31 @@\n // and wrap the alternate in parens.\n \n const someJSX = (\n <div>\n Typical jsx case:\n - {showFoo ?\n - <Foo attribute=\"such and such stuff here\" />\n - : <Bar short />}\n + {showFoo ? <Foo attribute=\"such and such stuff here\" /> : <Bar short />}\n Nested, and with a non-jsx consequent is the same:\n - {component ?\n + {component ? (\n React.createElement(component, props)\n - : render ?\n + ) : render ? (\n <div>{render(props)}</div>\n - : <div>Nothing is here</div>}\n + ) : (\n + <div>Nothing is here</div>\n + )}\n As is a non-jsx consequent:\n - {showTheJSXElement ?\n - <div>the stuff</div>\n - : renderOtherStuff()}\n + {showTheJSXElement ? <div>the stuff</div> : renderOtherStuff()}\n But if the alternate breaks, add a newline before the closing curly brace:\n - {showTheThing || pleaseShowTheThing ?\n + {showTheThing || pleaseShowTheThing ? (\n <Foo attribute=\"such and such stuff here\" />\n - : <Bar\n + ) : (\n + <Bar\n attribute=\"such and such stuff here\"\n another=\"more stuff here\"\n third=\"and even more, hooray!\"\n />\n - }\n + )}\n When the consequent is `null` and the alternate breaks, hug it with parens\n to match boolean behavior:\n {!thing ? null : (\n <TheThing\n thing={thing}\n @@ -377,22 +370,27 @@\n />\n )}\n </div>\n );\n \n - ternaryWithJSXElements.hasNoSpecialCasing =\n - component ? <div>{React.createElement(component, props)}</div>\n - : render ? <div>{render(props)}</div>\n - : <div>Nothing is here</div>;\n + ternaryWithJSXElements.hasNoSpecialCasing = component ? (\n + <div>{React.createElement(component, props)}</div>\n + ) : render ? (\n + <div>{render(props)}</div>\n + ) : (\n + <div>Nothing is here</div>\n + );\n \n jsxExpressionContainer.inJSXAttribute.hasNoSpecialCasing = (\n <Foo\n withJSX={isRed ? <RedColorThing /> : <GreenColorThing />}\n withJSXBroken={\n - isRed || isSomeOtherLongCondition.thatBreaksTheLine() ?\n + isRed || isSomeOtherLongCondition.thatBreaksTheLine() ? (\n <RedColorThing />\n - : <GreenColorThing />\n + ) : (\n + <GreenColorThing />\n + )\n }\n />\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 83.9018249999499,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 79.26422700006515,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 69.40271399996709,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 70.8567430000985,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 67.84393400000408,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 72.19486199994572,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 75.22756599995773,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 73.54084499995224,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 0.4320140000199899,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 61.003971999976784,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 60.31269099994097,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 59.45099899999332,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 59.32174499996472,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 59.13984399999026,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 60.09180599998217,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 58.95932900009211,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 59.768456000019796,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 1.2669789999490604,
"failureMessages": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 92\n + Received + 90\n \n @@ -171,163 +171,161 @@\n : classRef()\n \n =====================================output=====================================\n // concatened string in consequent should be visually distinguishable from alternate\n // … or maybe this is okay, because the colon is enough?\n - const avatar =\n - has_ordered ?\n - \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n + const avatar = has_ordered\n + ? \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n numberOfCustomers +\n \".jpeg\"\n : undefined;\n \n // Similarly, in the alternate:\n - const redirectUrl =\n - pathName ? pathName : (\n - nextPathName + nextSearch ||\n - defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks\n - );\n + const redirectUrl = pathName\n + ? pathName\n + : nextPathName + nextSearch ||\n + defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks;\n \n // And another, more pathological case of the above:\n const isEmpty = (obj) =>\n - obj instanceof Date ? false : (\n - obj === \"\" ||\n - obj === null ||\n - obj === undefined ||\n - obj === somethingThatIsLonger ||\n - shallowEqual(obj, {})\n - );\n + obj instanceof Date\n + ? false\n + : obj === \"\" ||\n + obj === null ||\n + obj === undefined ||\n + obj === somethingThatIsLonger ||\n + shallowEqual(obj, {});\n \n // Again, this case is a bit hard to distinguish the alternate.\n const eventsFromOrders =\n - orderIds && orders ?\n - orderIds.map((id) => ({\n - type: \"order\",\n - date: orders[id].date,\n - data: orders[id],\n - }))\n - : [];\n + orderIds && orders\n + ? orderIds.map((id) => ({\n + type: \"order\",\n + date: orders[id].date,\n + data: orders[id],\n + }))\n + : [];\n \n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n - return (\n - !linkTo ? false\n - : typeof linkTo === \"function\" ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string)\n - );\n + return !linkTo\n + ? false\n + : typeof linkTo === \"function\"\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n - return (\n - React.isValidElement(emptyText) ? React.cloneElement(emptyText)\n - : emptyText === \"\" ?\n - \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText })\n - );\n + return React.isValidElement(emptyText)\n + ? React.cloneElement(emptyText)\n + : emptyText === \"\"\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n - const matchingReferencesError =\n - isMatchingReferencesError(matchingReferences) ?\n - translate(matchingReferences.error, {\n + const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n + ? translate(matchingReferences.error, {\n _: matchingReferences.error,\n })\n : null;\n \n // This one is kinda confusing any way you slice it…\n const obj = {\n error:\n - (\n - matchingReferencesError &&\n - (!input.value ||\n - (input.value &&\n - selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n - ) ?\n - translate(\"ra.input.references.all_missing\", {\n - _: \"ra.input.references.all_missing\",\n - })\n - : null,\n + matchingReferencesError &&\n + (!input.value ||\n + (input.value && selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n + ? translate(\"ra.input.references.all_missing\", {\n + _: \"ra.input.references.all_missing\",\n + })\n + : null,\n };\n \n // I think we should indent after the inner || on this, and do better wtih the parens around the &&\n const obj2 = {\n warning:\n - (\n - matchingReferencesError ||\n - (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n - ) ?\n - matchingReferencesError ||\n - translate(\"ra.input.references.many_missing\", {\n - _: \"ra.input.references.many_missing\",\n - })\n - : null,\n + matchingReferencesError ||\n + (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n + ? matchingReferencesError ||\n + translate(\"ra.input.references.many_missing\", {\n + _: \"ra.input.references.many_missing\",\n + })\n + : null,\n };\n \n // The boolean conditions in the test should look cohesive.\n const selectedReferencesDataStatus =\n - !isEmpty(value) && typeof value === \"string\" && !pattern.test(value) ?\n - getMessage(message, { pattern }, value, values)\n - : undefined;\n + !isEmpty(value) && typeof value === \"string\" && !pattern.test(value)\n + ? getMessage(message, { pattern }, value, values)\n + : undefined;\n \n // Would be nice if these two nested ternaries didn't look like a single one.\n resolveRedirectTo(\n redirectTo,\n basePath,\n - payload ? payload.id || (payload.data ? payload.data.id : null)\n - : requestPayload ? requestPayload.id\n - : null,\n - payload && payload.data ? payload.data\n - : requestPayload && requestPayload.data ? requestPayload.data\n - : null,\n + payload\n + ? payload.id || (payload.data ? payload.data.id : null)\n + : requestPayload\n + ? requestPayload.id\n + : null,\n + payload && payload.data\n + ? payload.data\n + : requestPayload && requestPayload.data\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - (\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ) ?\n - self\n - : (resource, params) =>\n - new Promise((resolve) =>\n - setTimeout(() => resolve(restProvider[name](resource, params)), 500),\n - ),\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n + : (resource, params) =>\n + new Promise((resolve) =>\n + setTimeout(\n + () => resolve(restProvider[name](resource, params)),\n + 500,\n + ),\n + ),\n });\n \n function foo4() {\n - return !match || match.length < 5 ?\n - line\n + return !match || match.length < 5\n + ? line\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo5() {\n - return !match || match.length < 5 ?\n - foo(line)\n + return !match || match.length < 5\n + ? foo(line)\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo6() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehooray\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehooray\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo7() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehoorayjustabitlonger\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehoorayjustabitlonger\n : match[1] + match[2] + match[3] + match[4];\n }\n \n - const badComments =\n - schema.model ? schema\n - // If model is an array where the items schema is a referred model then we need to use that\n - : schema.type === \"array\" ? schema.items\n + const badComments = schema.model\n + ? schema\n + : // If model is an array where the items schema is a referred model then we need to use that\n + schema.type === \"array\"\n + ? schema.items\n : schema;\n \n - const anotherBadComment =\n - refModel ?\n - // If we're in a shared params file then reference the model name directly\n - inSharedParamsFile ? refModel\n - // If we're not in a shared params file then reference the in-file type\n - : classRef()\n - // We don't have a model name, use the in-file name\n - : classRef();\n + const anotherBadComment = refModel\n + ? // If we're in a shared params file then reference the model name directly\n + inSharedParamsFile\n + ? refModel\n + : // If we're not in a shared params file then reference the in-file type\n + classRef()\n + : // We don't have a model name, use the in-file name\n + classRef();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 105.39530700002797,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 74.97845900000539,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 79.44406300003175,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 70.62910899997223,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 69.34944599994924,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 72.1511129999999,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 72.10523700003978,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 71.81666999997105,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "brackets.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `brackets.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -25,8 +25,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n } from \".\";\n - import {fitsIn, oneLine} from \".\";\n + import { fitsIn, oneLine } from \".\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 51)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ninline.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `inline.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n import a, {somethingSuperLongsomethingSuperLong2} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n import {a2, somethingSuperLongsomethingSuperLong3} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n \n =====================================output=====================================\n import somethingSuperLongsomethingSuperLong from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n - import {somethingSuperLongsomethingSuperLong1} from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n + import { somethingSuperLongsomethingSuperLong1 } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import a, {\n somethingSuperLongsomethingSuperLong2,\n } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import {\n a2,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 51)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsame-local-and-imported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-imported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n import {a} from 'a';\n import {b as b} from 'b';\n import {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - import {a} from \"a\";\n - import {b as b} from \"b\";\n - import {c as /* comment */ c} from \"c\";\n + import { a } from \"a\";\n + import { b as b } from \"b\";\n + import { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 51)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 3,
"numPassingTests": 123,
"numPendingTests": 0,
"perfStats": {
"start": 299656.15273000003,
"end": 307351.63301499997,
"runtime": 7695,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 11,
"unchecked": 0,
"unmatched": 3,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"brackets.js"
],
"duration": 0.464585000067018,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 61.93384900002275,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 61.0114529998973,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 61.52749499992933,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 60.377273999969475,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 60.49760699993931,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 61.0262690000236,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 61.32172000000719,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 61.71595099999104,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.42653399996925145,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 63.17711299995426,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 63.24348599999212,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.547186999931,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.77325800003018,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.842168000061065,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.82357999996748,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.80381700000726,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.260063999914564,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 0.42783699999563396,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 60.16179199994076,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 59.97325399995316,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 59.373362000100315,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 60.45490000001155,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 59.28187700000126,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 60.07019700005185,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 60.04335200006608,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 60.23011400003452,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 0.4139710000017658,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 60.729503000038676,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 60.64938499999698,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 60.327160999993794,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 60.01450000004843,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 60.6640259999549,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 60.61239300004672,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 60.03948899998795,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 61.53172800003085,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 0.49963099998421967,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 60.64804899995215,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 60.87724099995103,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 60.96305200003553,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 60.30307600006927,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 59.19869499991182,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 60.251373999984935,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 60.39736699999776,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 60.16677599994,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 0.48963199998252094,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 61.39505900000222,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 61.40598600008525,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 59.83726300008129,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 59.76625700003933,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 60.66609799989965,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 60.755108999903314,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 61.285002000047825,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 61.203997000004165,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 0.4385560000082478,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 61.300760000012815,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 61.17729100002907,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 60.94593899999745,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 60.93811300001107,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 60.39437300001737,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 60.6953790000407,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 60.07253900007345,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 60.61054600006901,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 0.6207350000040606,
"failureMessages": [
"brackets.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `brackets.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -25,8 +25,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n } from \".\";\n - import {fitsIn, oneLine} from \".\";\n + import { fitsIn, oneLine } from \".\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 51)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 61.15596500004176,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 60.08628899999894,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 59.93730900005903,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 59.92991800000891,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 60.284356999909505,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 60.64555500005372,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 61.00503999995999,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 61.73721299995668,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 0.48239800008013844,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 62.528438000008464,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 62.86285300005693,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 62.32470200001262,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 61.29035099991597,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 61.72454199998174,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 61.8755110000493,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 61.816631000023335,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 61.884988000034355,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.44285499991383404,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 60.43884000007529,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 61.217070999904536,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 60.81266199995298,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 59.99956799997017,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 60.611931000021286,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 60.34849500004202,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 60.70629400003236,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 70.39081599994097,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 0.64433000003919,
"failureMessages": [
"inline.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `inline.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n import a, {somethingSuperLongsomethingSuperLong2} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n import {a2, somethingSuperLongsomethingSuperLong3} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n \n =====================================output=====================================\n import somethingSuperLongsomethingSuperLong from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n - import {somethingSuperLongsomethingSuperLong1} from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n + import { somethingSuperLongsomethingSuperLong1 } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import a, {\n somethingSuperLongsomethingSuperLong2,\n } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import {\n a2,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 51)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 60.534235000028275,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 61.35365800000727,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 60.85756999999285,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 60.775111999944784,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 60.453864000039175,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 61.21304400009103,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 60.75414100009948,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 61.42487299989443,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 0.4561390000162646,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 60.55190700001549,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 60.801621000049636,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 61.61736799997743,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 61.013114999979734,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 60.44566299999133,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 62.01635799999349,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 62.038213999941945,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 60.56347900000401,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 0.4261939999414608,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 60.76638600009028,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 61.37679500004742,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 61.64651099999901,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 60.03937200002838,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 60.38531499996316,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 60.59277500002645,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 61.25054700009059,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 59.94170099997427,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 0.6202239999547601,
"failureMessages": [
"same-local-and-imported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-imported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n import {a} from 'a';\n import {b as b} from 'b';\n import {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - import {a} from \"a\";\n - import {b as b} from \"b\";\n - import {c as /* comment */ c} from \"c\";\n + import { a } from \"a\";\n + import { b as b } from \"b\";\n + import { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 51)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 61.22134099993855,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 60.82000600011088,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 60.086340999929234,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 61.08234399999492,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 60.63068199995905,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 61.384197999956086,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 61.0755600000266,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 61.12236999999732,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "object.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,9 +6,9 @@\n =====================================input======================================\n const obj1 = {a:1, b:2, c:3}\n const obj2 = { a:1, b:2, c:3 };\n \n =====================================output=====================================\n - const obj1 = {a: 1, b: 2, c: 3};\n - const obj2 = {a: 1, b: 2, c: 3};\n + const obj1 = { a: 1, b: 2, c: 3 };\n + const obj2 = { a: 1, b: 2, c: 3 };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 52)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 35,
"numPendingTests": 0,
"perfStats": {
"start": 307444.22782800003,
"end": 309676.57645500003,
"runtime": 2232,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bracket-spacing/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"array.js"
],
"duration": 0.42513200000394136,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.6699179999996,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.83265100000426,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.37651500001084,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.31002299999818,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.841837999993004,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.57833899999969,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.56763599999249,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.82047999999486,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 0.42631400004029274,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.56369700003415,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 61.82675999996718,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 61.37750900001265,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.02107400004752,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 61.55877899995539,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.252027999958955,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 61.65268299996387,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.61246100009885,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 0.5881150000495836,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 62.36611800000537,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 62.21665099996608,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 61.88505799998529,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 64.71238899999298,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 62.44943599996623,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 62.91394799994305,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 62.1741439999314,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 61.76948700007051,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 0.58997900004033,
"failureMessages": [
"object.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,9 +6,9 @@\n =====================================input======================================\n const obj1 = {a:1, b:2, c:3}\n const obj2 = { a:1, b:2, c:3 };\n \n =====================================output=====================================\n - const obj1 = {a: 1, b: 2, c: 3};\n - const obj2 = {a: 1, b: 2, c: 3};\n + const obj1 = { a: 1, b: 2, c: 3 };\n + const obj2 = { a: 1, b: 2, c: 3 };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 52)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 63.19880899996497,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 61.812491000047885,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 61.47709199995734,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 61.41610999999102,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 60.94235799997114,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 61.81622000003699,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 60.96175699995365,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 61.89952800003812,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "angularjs_inject.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -45,14 +45,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest_declarations.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -260,39 +260,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -319,14 +309,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nangularjs_inject.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -46,14 +46,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest_declarations.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -261,39 +261,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -320,14 +310,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 122,
"numPendingTests": 0,
"perfStats": {
"start": 309769.74308600003,
"end": 318366.59385700006,
"runtime": 8597,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/test-declarations/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 0.4262330000055954,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 65.55488499999046,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 65.51471700007096,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 64.45767199993134,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 67.39997799997218,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 63.523179000010714,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 65.19595999992453,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 67.16029200004414,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 64.91083599999547,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 0.42580300010740757,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 65.31403000000864,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 63.56480900000315,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 63.54723999998532,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 63.55935699993279,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 63.013464999967255,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 64.24430899997242,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 64.11793100007344,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 64.3804559999844,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 0.42917800007853657,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 69.33799899998121,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 64.72626399993896,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 64.8955619999906,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 63.41290799994022,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 63.58802300004754,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 64.32419299997855,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 65.30361400009133,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 63.90353100001812,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 0.7243869999656454,
"failureMessages": [
"angularjs_inject.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -45,14 +45,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 65.53417999995872,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 65.32834999996703,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 64.07433300011326,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 64.3207729998976,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 63.738000999903306,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 64.19480200007092,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 64.11682200001087,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 64.45827900001314,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 0.4931569999316707,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 69.33631499996409,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 66.6237390000606,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 66.16845300002024,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 65.69466100004502,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 65.70467899995856,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 68.64489899994805,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 65.37636799993925,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 66.59293399995659,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 0.46930200001224875,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 78.7685829999391,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 72.79253299999982,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 69.7530319999205,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 70.76384600007441,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 70.65634899993893,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 72.16754900000524,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 70.95021799998358,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 71.29088500002399,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 0.8773110000183806,
"failureMessages": [
"test_declarations.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -260,39 +260,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -319,14 +309,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 98.351844000048,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 78.28950499999337,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 73.33629200002179,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 73.4149370000232,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 72.70692200004123,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 75.95749900001101,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 75.84153900004458,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 77.62437699991278,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4772769999690354,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 66.0591270000441,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.14371700002812,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.3317710000556,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.15046999999322,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.4757409999147,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.11358000000473,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.9670609999448,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.87858399993274,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.5244650000240654,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.93345699994825,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.57581099995878,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.98247400007676,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.16108400002122,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.8614289999241,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.46827999991365,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.36526900005993,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 66.12303899996914,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.43385599995963275,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 66.56484699994326,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 66.2795819999883,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.94490700005554,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.49448400002439,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.58070099994075,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.902722000028,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.94297299999744,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.67529199994169,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6482659999746829,
"failureMessages": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -46,14 +46,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 67.61783799994737,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.57474900002126,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.90113400004338,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.53593100002035,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.823047999991104,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.81477499997709,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.15082300000358,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.36189900001045,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.43343600002117455,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 69.31469700008165,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 66.94714099995326,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.75099600001704,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 66.37786699994467,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 66.4449410000816,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 66.45005099999253,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 67.4321850000415,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 66.43052799999714,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4649649999337271,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 75.1493420000188,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 75.18075200007297,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 72.04940400004853,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 71.15998100000434,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 72.35784299997613,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 76.43914600007702,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 77.12925300002098,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 72.33217499998864,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.870539000025019,
"failureMessages": [
"test_declarations.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -261,39 +261,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -320,14 +310,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 86.54447800002526,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 80.10100000002421,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 73.71611200005282,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 75.0730690000346,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 72.38229800004046,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 77.79344000003766,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 75.49014799995348,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 76.90881999989506,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 318456.79543900007,
"end": 319027.469265,
"runtime": 571,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/trailing-whitespace/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.5328910000389442,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 64.36494700005278,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 61.3800189999165,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 60.94827599998098,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 60.323555999901146,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 59.86041099997237,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 61.17001700005494,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 61.18685099994764,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 60.90488199994434,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 180,
"numPendingTests": 0,
"perfStats": {
"start": 319119.210072,
"end": 330252.412068,
"runtime": 11133,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 20,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/keyword-property/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async.js"
],
"duration": 0.5142239999258891,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 63.41348500002641,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 61.53535399993416,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 61.30185899999924,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 62.01046299992595,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 61.03120399999898,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 62.33946100005414,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 61.65671900007874,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 61.50856200000271,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.4312110000755638,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 61.9106150000589,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 62.14643700001761,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 61.09793499996886,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 60.88065900001675,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 61.462155000073835,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 61.311201000004075,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 63.28459900000598,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 61.797025999985635,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 0.4280049999943003,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 62.66503700008616,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 61.75435999990441,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 61.677113999961875,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 61.760280000045896,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 62.18150599999353,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 61.20642699999735,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 61.574205000069924,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 61.98399099998642,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 0.40905200003180653,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 63.12847100000363,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 62.40778699994553,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 61.185899000032805,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 61.472333000041544,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 62.31594900006894,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 62.66868399991654,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 62.32283999992069,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 62.057128999964334,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 0.41960100003052503,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 61.65005900000688,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 62.49184599996079,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 60.312781999935396,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 60.99581700004637,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 61.75580800010357,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 61.40842899994459,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 61.94692799996119,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 61.538558000000194,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 0.41357000009156764,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 61.66036099998746,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 61.35791100002825,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 60.9494330000598,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 61.455714000039734,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 61.24537700007204,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 61.52432399999816,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 61.316216000006534,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 61.555121000041254,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 0.40812999999616295,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 61.85006299999077,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 61.762043000082485,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 61.34558500000276,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 62.160388999967836,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 60.88941900001373,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 61.40179899998475,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 61.47588100004941,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 61.2726590000093,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 0.5439019999466836,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 61.897459999891,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 61.498720000032336,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 62.00628600001801,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 61.13689200009685,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 61.64096300001256,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 61.129529000027105,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 62.301498999935575,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 61.85327799990773,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 0.4870560000417754,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 63.42108499992173,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 61.66798700008076,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 61.06107100006193,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 61.49995399999898,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 62.210433000000194,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 61.592014000052586,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 61.62700199999381,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 63.5589199999813,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 0.4213840001029894,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 62.619464999996126,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 61.84003900003154,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 61.24557000002824,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 60.71515399997588,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 61.301085999934,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 63.80626400001347,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 62.010459000011906,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 61.27341999998316,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 0.5011830000439659,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 61.780783999944106,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 61.96870800002944,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 61.47812200000044,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 61.472444999963045,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 61.631603999994695,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 62.007382999989204,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 61.69919000007212,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 62.27046299993526,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 0.4906330000376329,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 62.321274999994785,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 62.06353599997237,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 61.32228199997917,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 61.66621499997564,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 60.949531999998726,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 61.942113999975845,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 61.82052399998065,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 61.92546499997843,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 0.444478000048548,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 62.66585200000554,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 63.11818700004369,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 62.64353000000119,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 61.56697099993471,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 61.14986799994949,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 62.16190900001675,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 61.97131100005936,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 63.0929199999664,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 0.4320750000188127,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 62.5189010000322,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 61.947676999960095,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 61.235541999922134,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 60.94995699997526,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 60.75821200001519,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 61.7436620000517,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 62.34546700003557,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 62.30162200005725,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 0.45111100003123283,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 62.83986900001764,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 61.81168799998704,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 61.952168999938294,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 61.558139999979176,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 62.39964099996723,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 62.20164000010118,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 61.83493799995631,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 61.822073000017554,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 0.45652000000700355,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 61.91022700001486,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 61.781902999966405,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 61.08334000001196,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 61.05798699997831,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 60.8634369999636,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 61.680155000067316,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 61.646661999984644,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 61.14817599998787,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 0.42412800004240125,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 64.27594199997839,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 61.03800699999556,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 62.55661900003906,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 61.332683000015095,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 61.767987000057474,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 61.71210499992594,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 61.90252900007181,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 62.007296000025235,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 0.4619989999337122,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 62.12613300001249,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 62.3412819999503,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 60.92782600002829,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 61.55130499997176,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 60.956971999956295,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 62.04395800002385,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 61.780641000019386,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 61.70630700001493,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 0.42106400011107326,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 62.2959330000449,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 62.39677400002256,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 61.62311799998861,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 61.26652499998454,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 60.99339700001292,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 62.280028000008315,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 60.8057479999261,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 61.31132899993099,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 0.45173999993130565,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 62.003542999969795,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 62.52490700001363,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 62.794106000103056,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 62.284387999912724,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 62.970002999994904,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 61.50370399991516,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 62.230108999996446,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 62.12734599993564,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 330376.8249470001,
"end": 332547.96931700007,
"runtime": 2171,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/tab-width/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class.js"
],
"duration": 0.5084450000431389,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 61.482875999994576,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.683935999986716,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.105082000023685,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 61.12966800003778,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.587674000067636,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.851982000051066,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.92977299995255,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.392218999913894,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 0.4285369999706745,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 59.994038000004366,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 59.07976900006179,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 59.72447799996007,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 60.23850599990692,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 58.95260800002143,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 59.728849000064656,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 60.411633999901824,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 60.94125699996948,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 0.45972500008065253,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 60.21467999997549,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 59.85485999996308,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 60.078654999961145,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 58.78867999999784,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 59.64974400005303,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 59.57576999999583,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 59.31780099996831,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 59.845191999920644,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 0.4145409999182448,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 58.882380999973975,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 59.207958000013605,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 58.70310799998697,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 58.138589999987744,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 59.16806100006215,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 58.984829000080936,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 67.97814799996559,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 71.0267350000795,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = ({ #x: x }) => {};\n + #p = ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nasync-arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = async ({ #x: x }) => {};\n + #p = async ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-bindings.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -13,13 +13,11 @@\n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n const {\n - x: {\n - #x: [x],\n - },\n + x: { #x: [x] },\n y: [...{ #x: y }],\n } = this;\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-multiple-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-multiple-bindings.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,10 +12,10 @@\n \n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n - const { #x: x1, #x: x2 = x1 } = this;\n + const {#x: x1, #x: x2 = x1 } = this;\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 45,
"numPendingTests": 0,
"perfStats": {
"start": 332675.551422,
"end": 334344.494028,
"runtime": 1669,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 24,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring-private-fields/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 0.7059929999522865,
"failureMessages": [
"arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = ({ #x: x }) => {};\n + #p = ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 58.55240699998103,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 58.955948000075296,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 1.591660000034608,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 0.9451569999800995,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 0.853527000057511,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 59.03246699995361,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 0.40921099996194243,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 58.831139000016265,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 59.262914999970235,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 1.3483179999748245,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 0.8367070000385866,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 0.876589999999851,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 58.431824000086635,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 0.6192319999681786,
"failureMessages": [
"async-arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = async ({ #x: x }) => {};\n + #p = async ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 58.614502999931574,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 59.17255200003274,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 1.5619650000007823,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 0.8147449999814853,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 0.8135630000615492,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 57.85887700004969,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 0.49592200003098696,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 58.691061999998055,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 58.9658889999846,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 1.2028970000101253,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 0.8047759999753907,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 0.825055000022985,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 57.56293400004506,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 0.41129499999806285,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 59.15654400002677,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 59.283692999975756,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 1.7312089999904856,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 0.8581659999908879,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 1.111466999980621,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 57.90753200009931,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 0.6244810000061989,
"failureMessages": [
"nested-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-bindings.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -13,13 +13,11 @@\n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n const {\n - x: {\n - #x: [x],\n - },\n + x: { #x: [x] },\n y: [...{ #x: y }],\n } = this;\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 58.40852499997709,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 58.77764300000854,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 1.3323180000297725,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 0.8417550000594929,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 0.8264170000329614,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 58.94222500000615,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 0.5993749999906868,
"failureMessages": [
"valid-multiple-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-multiple-bindings.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,10 +12,10 @@\n \n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n - const { #x: x1, #x: x2 = x1 } = this;\n + const {#x: x1, #x: x2 = x1 } = this;\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 58.68043700000271,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 58.82715099991765,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 1.2731480000074953,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 0.8130830000154674,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 0.9144109999760985,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 58.6073369999649,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "default-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `default-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,8 +5,11 @@\n =====================================input======================================\n // export asyn\\u{63} from \"async\";\n export n\\u{63} from \"async\";\n =====================================output=====================================\n // export asyn\\u{63} from \"async\";\n - export nc from \"async\";\n + export\n + n\\u{63};\n + from;\n + (\"async\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 6,
"numPendingTests": 0,
"perfStats": {
"start": 334442.868116,
"end": 334642.31684499996,
"runtime": 199,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/escaped/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 0.552235999959521,
"failureMessages": [
"default-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `default-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,8 +5,11 @@\n =====================================input======================================\n // export asyn\\u{63} from \"async\";\n export n\\u{63} from \"async\";\n =====================================output=====================================\n // export asyn\\u{63} from \"async\";\n - export nc from \"async\";\n + export\n + n\\u{63};\n + from;\n + (\"async\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 2.33277800003998,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 1.0053390000248328,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 0.7011339999735355,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 0.9169049999909475,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 58.33632599993143,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 57.43773499992676,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 7,
"numPendingTests": 0,
"perfStats": {
"start": 334738.212628,
"end": 335183.840596,
"runtime": 446,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/literal/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"number.js"
],
"duration": 0.4330060000065714,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.49440600001253,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.04782600002363,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 58.90792800008785,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 59.125129999942146,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 64.43863500002772,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.48596099996939,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 7,
"numPendingTests": 0,
"perfStats": {
"start": 335272.88018200005,
"end": 335508.080551,
"runtime": 235,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/top-level-super/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"example.js"
],
"duration": 0.44819300004746765,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 57.863656000001356,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 1.4153409999562427,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 0.7223630000371486,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 0.783547000028193,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 58.10135499993339,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 57.83592699992005,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 117,
"numPendingTests": 0,
"perfStats": {
"start": 335613.30632000003,
"end": 342745.678319,
"runtime": 7132,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 13,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/functional-composition/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 0.47262899996712804,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 70.89251300005708,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 68.23832400003448,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 65.60646599996835,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 64.16232600004878,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 61.807703000027686,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 63.4294350000564,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 64.1010519999545,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 64.68974699999671,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 0.4000440000090748,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 59.40477700007614,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 59.0238749999553,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 58.55348200001754,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 58.557280999957584,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 58.069159000064246,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 58.370094000012614,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 58.641627000062726,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 58.150705000036396,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 0.41123399999924004,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 62.71055000007618,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 62.66173100005835,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 58.55132299999241,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 58.95575900003314,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 58.282308999914676,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 62.20013800007291,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 59.35187999997288,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 60.226690999930725,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 0.4561880000401288,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 61.38550199999008,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 60.06547000003047,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 59.111356999957934,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 59.12765000003856,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 58.7740159999812,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 59.325282000005245,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 59.311645000008866,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 59.19213400001172,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 0.39303999999538064,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 59.03056300000753,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 59.20329100009985,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 58.03384299995378,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 58.43042200000491,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 57.74990599998273,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 58.73681699996814,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 57.82888299995102,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 58.610172999906354,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 0.40199699997901917,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 68.42129199998453,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 62.53976899990812,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 60.339517000014894,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 60.15338500007056,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 59.603909999947064,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 63.25153900007717,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 64.43985100009013,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 61.78666300000623,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 0.3900160000193864,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 64.07249299995601,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 62.0975159999216,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 61.56081500009168,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 62.590603000018746,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 60.273263999959454,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 60.65134600002784,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 60.086711999960244,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 61.99833200010471,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 0.41170499997679144,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 72.06212799996138,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 66.37016200006474,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 62.78968699998222,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 66.11673700006213,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 61.978347999975085,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 64.44704499992076,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 64.28162499994505,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 65.25118100002874,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 0.41155499999877065,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 62.63610099989455,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 60.11048100003973,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 74.24710000003688,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 59.56601900001988,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 59.36257800005842,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 59.642020000028424,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 60.06942800001707,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 61.24097399995662,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 0.3976399999810383,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 59.18903899996076,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 59.01387100003194,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 59.39297200005967,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 58.26245000003837,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 58.522921000025235,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 58.94115700002294,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 58.49898299993947,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 58.751308999955654,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 0.3884930000640452,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 57.744322000071406,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 58.12385600002017,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 57.70002899994142,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 58.12224799999967,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 57.13913299993146,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 58.87459599995054,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 57.737495000008494,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 57.73391199996695,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 0.4295789999887347,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 60.63352399994619,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 60.26462700008415,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 59.58204799995292,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 60.24171699990984,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 59.66431100002956,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 60.90099100000225,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 59.45499500003643,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 60.23169200005941,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 0.39163900003768504,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 60.48536600009538,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 61.39516999991611,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 59.504246999975294,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 59.74297500005923,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 59.929424999980256,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 60.69394000002649,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 59.58898800006136,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 59.69487499992829,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 7,
"numPendingTests": 0,
"perfStats": {
"start": 342847.31305000006,
"end": 343275.14221400005,
"runtime": 428,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-property-comment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"after-key.js"
],
"duration": 0.4119059999939054,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 60.11912300006952,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 58.97828199993819,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 58.25977400003467,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 58.431778999976814,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 59.11350199999288,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 59.114577000029385,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "objects.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - \"𐊧\": true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 63)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,9 +12,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - '𐊧': true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 63)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 40,
"numPendingTests": 0,
"perfStats": {
"start": 343393.28369999997,
"end": 345895.534008,
"runtime": 2502,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/quotes/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"functions.js"
],
"duration": 0.5014830000000075,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 58.957673999946564,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 58.586342000053264,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 58.169760999968275,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 57.37034800008405,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 58.58854499994777,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 59.1954459999688,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 0.7103310000384226,
"failureMessages": [
"objects.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - \"𐊧\": true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 63)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 58.96063799993135,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 58.19647700001951,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 58.697792000020854,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 58.12700500001665,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 58.37902699992992,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 58.687699000001885,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 0.4611680000089109,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 64.96391799999401,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 62.07158500002697,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 61.88840099994559,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 59.97027900000103,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 60.35969599999953,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 62.143098000087775,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 0.3886029999703169,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 58.810209000017494,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 58.85811800009105,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 59.36220299999695,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 59.60295800003223,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 59.137593000079505,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 58.94492400006857,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 0.6582440000493079,
"failureMessages": [
"objects.js - {\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,9 +12,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - '𐊧': true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 63)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 59.35506199998781,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 58.633700000005774,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 58.22055500000715,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 58.28477800008841,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 57.62252900004387,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 59.1218420000514,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 0.43676199996843934,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 61.98912000004202,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 60.058218999998644,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 62.213753999909386,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 59.72105799999554,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 60.23824500001501,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 60.54484600003343,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 70,
"numPendingTests": 0,
"perfStats": {
"start": 345992.28461699997,
"end": 350360.174177,
"runtime": 4368,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/no-semi/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class.js"
],
"duration": 0.5930630000075325,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 89.58836699998938,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 62.517473999992944,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 63.04862200003117,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 62.71017099998426,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 71.26422800007276,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 67.37890300003346,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.39321200002450496,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.29617300000973,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 58.05919200007338,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 58.96588200004771,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 58.35456700006034,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 58.93325799994636,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 58.29170400009025,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 0.44747199991252273,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 60.46108899998944,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 59.66854500002228,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 59.15109099994879,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 59.04723999998532,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 59.38506600004621,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 59.712476999964565,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 0.4452179999789223,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 68.95910599990748,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 68.74475700000767,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 64.93571099999826,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 62.619436000008136,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 65.67582900007255,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 64.51166399999056,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 0.3643279999960214,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 59.644336999976076,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 58.86147400003392,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 58.921816000016406,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 58.80537900002673,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 59.326939999940805,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 59.639210999943316,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 0.43213400000240654,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 85.20064299996011,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 64.29789400007576,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 63.8384420000948,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 62.42367200006265,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 65.39448599994648,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 64.29084299993701,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 0.49873799993656576,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 59.35379800002556,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 58.83823300001677,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 58.67769199993927,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 58.44411699997727,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 58.79763699998148,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 58.9706109999679,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 0.3898960000369698,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 59.632221000036225,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 59.63702099991497,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 59.59942199999932,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 59.119580999948084,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 59.44844900001772,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 60.99328699999023,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 0.45988500001840293,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 68.64805799990427,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 64.38118699996267,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 63.060805000015534,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 73.05433299997821,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 68.5682730000699,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 63.92623199999798,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 0.45132999995257705,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 58.94573599996511,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 59.252623000065796,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 58.61433499993291,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 58.3073119999608,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 59.099121999926865,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 59.10041499999352,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 350481.460703,
"end": 351552.77667,
"runtime": 1071,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/in/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 0.5490410000784323,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 59.322620999999344,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 58.85262400005013,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 58.071292000007816,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 57.29020899999887,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 57.69199399999343,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 58.67163300001994,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 59.46263299998827,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 58.79712499992456,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 0.42008199996780604,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 65.19484400004148,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 60.715945999952964,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 59.346187000046484,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 59.892083000042476,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 59.220206999918446,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 58.93852899991907,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 59.25269599992316,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 60.109182999935,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 21,
"numPendingTests": 0,
"perfStats": {
"start": 351675.52709399996,
"end": 352844.369794,
"runtime": 1169,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/non-strict/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 0.6523040001047775,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 59.73054400004912,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 57.94134000001941,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 58.283835000009276,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 56.891758999903686,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 58.348223999957554,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 57.982139999978244,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 0.4401690000668168,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 58.47472400008701,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 59.022930000093766,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 59.106191999977455,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 58.68234899989329,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 59.21497400000226,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 59.320298000006005,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 0.3838240000186488,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 1.6652089999988675,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 57.89699799998198,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 57.43692500004545,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 58.01347700005863,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 57.73107099998742,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 57.84381999995094,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 4\n + Received + 17\n \n @@ -12,16 +12,29 @@\n export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n export { foooooooooooooooooooooooooooooooooooooooooooooo, fooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n \n =====================================output=====================================\n export * as ns from \"mod\";\n - export v from \"mod\";\n - export a, * as b from \"mod\";\n - export c, { foo } from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n + export\n + a, * as\n + b;\n + from;\n + (\"mod\");\n + export\n + c, { foo };\n + from;\n + (\"mod\");\n export * as d from \"mod\";\n export { fooooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n - export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n + export\n + Bar;\n + from;\n + (\"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\");\n export {\n foooooooooooooooooooooooooooooooooooooooooooooo,\n fooooooooooooooooooooooooooooooooooooooooooooooo,\n } from \"fooooooooooooooooooooooooooooo\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 352951.628694,
"end": 353084.798364,
"runtime": 133,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/export-default-from/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"export.js"
],
"duration": 0.6159360000165179,
"failureMessages": [
"export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 4\n + Received + 17\n \n @@ -12,16 +12,29 @@\n export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n export { foooooooooooooooooooooooooooooooooooooooooooooo, fooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n \n =====================================output=====================================\n export * as ns from \"mod\";\n - export v from \"mod\";\n - export a, * as b from \"mod\";\n - export c, { foo } from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n + export\n + a, * as\n + b;\n + from;\n + (\"mod\");\n + export\n + c, { foo };\n + from;\n + (\"mod\");\n export * as d from \"mod\";\n export { fooooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n - export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n + export\n + Bar;\n + from;\n + (\"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\");\n export {\n foooooooooooooooooooooooooooooooooooooooooooooo,\n fooooooooooooooooooooooooooooooooooooooooooooooo,\n } from \"fooooooooooooooooooooooooooooo\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 1.2158320000162348,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 0.7841789999511093,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 0.667903000023216,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 59.369390999898314,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "intrinsic_call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `intrinsic_call.js format 1`\n \n - Snapshot - 4\n + Received + 16\n \n @@ -28,16 +28,28 @@\n );\n }\n \n =====================================output=====================================\n function doSmth() {\n - %DebugPrint(foo);\n + %DebugPrint\n + (\n + foo )\n }\n \n function printFunc(f) {\n - if (%IsAsmWasmCode(f)) console.log(\"asm.js\");\n - if (%IsWasmCode(f)) console.log(\"wasm\");\n + if(%\n + IsAsmWasmCode(f)) console.log(\"asm.js\");\n + if(\n \n - console.log(%GetFunctioName(f));\n + % IsWasmCode(\n + f))\n + console.log (\n + \"wasm\"\n + );\n +\n + console.log\n + (%\n + GetFunctioName(f)\n + );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 68)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 353183.961756,
"end": 353438.353026,
"runtime": 254,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 7,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/v8_intrinsic/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 0.4202120000263676,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 1.3010109999449924,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 0.7504770000232384,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 0.6537259999895468,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 59.42444899992552,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 0.6569230000022799,
"failureMessages": [
"intrinsic_call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `intrinsic_call.js format 1`\n \n - Snapshot - 4\n + Received + 16\n \n @@ -28,16 +28,28 @@\n );\n }\n \n =====================================output=====================================\n function doSmth() {\n - %DebugPrint(foo);\n + %DebugPrint\n + (\n + foo )\n }\n \n function printFunc(f) {\n - if (%IsAsmWasmCode(f)) console.log(\"asm.js\");\n - if (%IsWasmCode(f)) console.log(\"wasm\");\n + if(%\n + IsAsmWasmCode(f)) console.log(\"asm.js\");\n + if(\n \n - console.log(%GetFunctioName(f));\n + % IsWasmCode(\n + f))\n + console.log (\n + \"wasm\"\n + );\n +\n + console.log\n + (%\n + GetFunctioName(f)\n + );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 68)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 1.120846000034362,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 0.8241629999829456,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 0.7262010000413284,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 59.19582499994431,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "throw_expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw_expression.js format 1`\n \n - Snapshot - 11\n + Received + 12\n \n @@ -20,32 +20,33 @@\n get id() { return this._id; }\n set id(value) { this._id = value || throw new Error(\"Invalid value\"); }\n }\n \n =====================================output=====================================\n - function save(filename = throw new TypeError(\"Argument required\")) {}\n + function save(filename = throw new TypeError(\"Argument required\")\n + )\n + {\n + }\n \n lint(ast, {\n - with: () => throw new Error(\"avoid using 'with' statements.\"),\n + with: () => throw new Error(\"avoid using 'with' statements.\")\n });\n \n function getEncoder(encoding) {\n - const encoder =\n - encoding === \"utf8\"\n - ? new UTF8Encoder()\n - : encoding === \"utf16le\"\n - ? new UTF16Encoder(false)\n - : encoding === \"utf16be\"\n - ? new UTF16Encoder(true)\n - : throw new Error(\"Unsupported encoding\");\n + const encoder = encoding === \"utf8\" ? new UTF8Encoder()\n + : encoding === \"utf16le\" ? new UTF16Encoder(false)\n + : encoding === \"utf16be\" ? new UTF16Encoder(true)\n + :\n + throw new Error(\"Unsupported encoding\");\n }\n \n class Product {\n get id() {\n return this._id;\n }\n set id(value) {\n - this._id = value || throw new Error(\"Invalid value\");\n + this._id = value ||\n + throw new Error(\"Invalid value\");\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 69)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 353531.291363,
"end": 353657.727549,
"runtime": 126,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/throw_expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 0.7222439999459311,
"failureMessages": [
"throw_expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw_expression.js format 1`\n \n - Snapshot - 11\n + Received + 12\n \n @@ -20,32 +20,33 @@\n get id() { return this._id; }\n set id(value) { this._id = value || throw new Error(\"Invalid value\"); }\n }\n \n =====================================output=====================================\n - function save(filename = throw new TypeError(\"Argument required\")) {}\n + function save(filename = throw new TypeError(\"Argument required\")\n + )\n + {\n + }\n \n lint(ast, {\n - with: () => throw new Error(\"avoid using 'with' statements.\"),\n + with: () => throw new Error(\"avoid using 'with' statements.\")\n });\n \n function getEncoder(encoding) {\n - const encoder =\n - encoding === \"utf8\"\n - ? new UTF8Encoder()\n - : encoding === \"utf16le\"\n - ? new UTF16Encoder(false)\n - : encoding === \"utf16be\"\n - ? new UTF16Encoder(true)\n - : throw new Error(\"Unsupported encoding\");\n + const encoder = encoding === \"utf8\" ? new UTF8Encoder()\n + : encoding === \"utf16le\" ? new UTF16Encoder(false)\n + : encoding === \"utf16be\" ? new UTF16Encoder(true)\n + :\n + throw new Error(\"Unsupported encoding\");\n }\n \n class Product {\n get id() {\n return this._id;\n }\n set id(value) {\n - this._id = value || throw new Error(\"Invalid value\");\n + this._id = value ||\n + throw new Error(\"Invalid value\");\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 69)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 1.1606299999402836,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 0.8267190000042319,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 0.7534909999230877,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 61.36263899994083,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "computed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `computed.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -13,15 +13,15 @@\n assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n =====================================output=====================================\n const key = \"a\";\n - assert(#{ [key]: 1 } === #{ a: 1 });\n - assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 });\n + assert(#{ [key]: 1 } === #{ a: 1 })\n + assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 })\n \n - assert(#{ [true]: 1 } === #{ true: 1 });\n - assert(#{ [true]: 1 } === #{ [\"true\"]: 1 });\n + assert(#{ [true]: 1 } === #{ true: 1 })\n + assert(#{ [true]: 1 } === #{ [\"true\"]: 1 })\n \n - assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" });\n - assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" });\n + assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n + assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndestructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 10\n \n @@ -12,15 +12,23 @@\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n \n =====================================output=====================================\n - const { a, b } = #{ a: 1, b: 2 };\n + const { a, b } = #;\n + {\n + a: 1, b;\n + : 2\n + }\n assert(a === 1);\n assert(b === 2);\n \n - const { a, ...rest } = #{ a: 1, b: 2, c: 3 };\n + const { a, ...rest } = #;\n + {\n + a: 1, b;\n + : 2, c: 3\n + }\n assert(a === 1);\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -19,17 +19,21 @@\n assert(record1?.d === undefined);\n assert(record1?.d ?? 5 === 5);\n assert(record1.d?.a === undefined);\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n assert(record1.a === 1);\n assert(record1[\"a\"] === 1);\n assert(record1 !== record2);\n assert(record2 === #{ a: 1, c: 3, b: 5 });\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshorthand.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `shorthand.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,9 +7,12 @@\n const record = #{ url }\n console.log(record.url) // https://github.com/tc39/proposal-record-tuple\n \n =====================================output=====================================\n const url = \"https://github.com/tc39/proposal-record-tuple\";\n - const record = #{ url };\n + const record = #;\n + {\n + url;\n + }\n console.log(record.url); // https://github.com/tc39/proposal-record-tuple\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nspread.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `spread.js format 1`\n \n - Snapshot - 4\n + Received + 14\n \n @@ -9,13 +9,23 @@\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n =====================================output=====================================\n - const formData = #{ title: \"Implement all the things\" };\n - const taskNow = #{ id: 42, status: \"WIP\", ...formData };\n - const taskLater = #{ ...taskNow, status: \"DONE\" };\n + const formData = #;\n + {\n + title: \"Implement all the things\";\n + }\n + const taskNow = #;\n + {\n + id: 42, status;\n + : \"WIP\", ...formData\n + }\n + const taskLater = #;\n + {\n + ...taskNow, status: \"DONE\"\n + }\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n - assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 });\n + assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsyntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 17\n \n @@ -6,10 +6,24 @@\n #{}\n #{ a: 1, b: 2 }\n #{ a: 1, b: #[2, 3, #{ c: 4 }] }\n \n =====================================output=====================================\n - #{};\n - #{ a: 1, b: 2 };\n - #{ a: 1, b: #[2, 3, #{ c: 4 }] };\n + #\n + {\n + }\n + #\n + {\n + a: 1, b;\n + : 2\n + }\n + #\n + {\n + a: 1, b;\n + : #[2, 3, #\n + {\n + c: 4;\n + }\n + ]\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 6,
"numPassingTests": 24,
"numPendingTests": 0,
"perfStats": {
"start": 353755.933717,
"end": 354510.578014,
"runtime": 755,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 18,
"unchecked": 0,
"unmatched": 6,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/record/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.5551129999803379,
"failureMessages": [
"computed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `computed.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -13,15 +13,15 @@\n assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n =====================================output=====================================\n const key = \"a\";\n - assert(#{ [key]: 1 } === #{ a: 1 });\n - assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 });\n + assert(#{ [key]: 1 } === #{ a: 1 })\n + assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 })\n \n - assert(#{ [true]: 1 } === #{ true: 1 });\n - assert(#{ [true]: 1 } === #{ [\"true\"]: 1 });\n + assert(#{ [true]: 1 } === #{ true: 1 })\n + assert(#{ [true]: 1 } === #{ [\"true\"]: 1 })\n \n - assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" });\n - assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" });\n + assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n + assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 1.4449089999543503,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 1.1763790000695735,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 1.0833659999771044,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 63.49108999990858,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.5992550000082701,
"failureMessages": [
"destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 10\n \n @@ -12,15 +12,23 @@\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n \n =====================================output=====================================\n - const { a, b } = #{ a: 1, b: 2 };\n + const { a, b } = #;\n + {\n + a: 1, b;\n + : 2\n + }\n assert(a === 1);\n assert(b === 2);\n \n - const { a, ...rest } = #{ a: 1, b: 2, c: 3 };\n + const { a, ...rest } = #;\n + {\n + a: 1, b;\n + : 2, c: 3\n + }\n assert(a === 1);\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 1.1421349999727681,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.7599439999321476,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.7284050000598654,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 59.9498710000189,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 0.6242220000131056,
"failureMessages": [
"record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -19,17 +19,21 @@\n assert(record1?.d === undefined);\n assert(record1?.d ?? 5 === 5);\n assert(record1.d?.a === undefined);\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n assert(record1.a === 1);\n assert(record1[\"a\"] === 1);\n assert(record1 !== record2);\n assert(record2 === #{ a: 1, c: 3, b: 5 });\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 1.0004819999448955,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 0.7184969999361783,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 0.6795949999941513,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 61.37206700001843,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 0.5801900000078604,
"failureMessages": [
"shorthand.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `shorthand.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,9 +7,12 @@\n const record = #{ url }\n console.log(record.url) // https://github.com/tc39/proposal-record-tuple\n \n =====================================output=====================================\n const url = \"https://github.com/tc39/proposal-record-tuple\";\n - const record = #{ url };\n + const record = #;\n + {\n + url;\n + }\n console.log(record.url); // https://github.com/tc39/proposal-record-tuple\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 1.0854500000132248,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 0.7648930000141263,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 0.7139079999178648,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 58.627416000002995,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 0.615555000025779,
"failureMessages": [
"spread.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `spread.js format 1`\n \n - Snapshot - 4\n + Received + 14\n \n @@ -9,13 +9,23 @@\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n =====================================output=====================================\n - const formData = #{ title: \"Implement all the things\" };\n - const taskNow = #{ id: 42, status: \"WIP\", ...formData };\n - const taskLater = #{ ...taskNow, status: \"DONE\" };\n + const formData = #;\n + {\n + title: \"Implement all the things\";\n + }\n + const taskNow = #;\n + {\n + id: 42, status;\n + : \"WIP\", ...formData\n + }\n + const taskLater = #;\n + {\n + ...taskNow, status: \"DONE\"\n + }\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n - assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 });\n + assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 1.030367000028491,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 0.7854620000580326,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 0.7035700000124052,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 60.57943400007207,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.5951580000109971,
"failureMessages": [
"syntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 17\n \n @@ -6,10 +6,24 @@\n #{}\n #{ a: 1, b: 2 }\n #{ a: 1, b: #[2, 3, #{ c: 4 }] }\n \n =====================================output=====================================\n - #{};\n - #{ a: 1, b: 2 };\n - #{ a: 1, b: #[2, 3, #{ c: 4 }] };\n + #\n + {\n + }\n + #\n + {\n + a: 1, b;\n + : 2\n + }\n + #\n + {\n + a: 1, b;\n + : #[2, 3, #\n + {\n + c: 4;\n + }\n + ]\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.988238999969326,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.6590369999175891,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.6484470000723377,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 58.77163700002711,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "block-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `block-comments.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -10,12 +10,12 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n bifornCringerMoshedPerplexSawder\n - |> foo1\n - |> foo2 /* comment1 */\n - |> foo3 /* comment2 */\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo1\n + |> foo2 /* comment1 */\n + |> foo3 /* comment2 */\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfsharp_style_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `fsharp_style_pipeline_operator.js format 1`\n \n - Snapshot - 21\n + Received + 44\n \n @@ -54,39 +54,62 @@\n const f = x |> (f) => f |> f;\n \n =====================================output=====================================\n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n - const user =\n - url |> api.get |> await |> (r) => r.json() |> await |> (j) => j.data.user;\n + const user = url\n + |> api.get\n + |> await\n + |> r\n + => r.json()\n + |> await\n + |> j => j.data.user\n \n - const f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const f = (x) => (x |> (y)\n + => y + 1)\n + |> (z) => z * y\n \n - const _f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const _f = (x) => x\n + |> (y)\n + => y + 1\n + |> (z) => z * y\n \n - const g = (x) => x |> (y) => (y + 1 |> (z) => z * y);\n + const g = (x) => x\n + |> (y)\n + => (y + 1 |> (z) => z * y)\n \n - const _g = (x) => x |> ((y) => (y + 1 |> (z) => z * y));\n + const _g = (x) => x\n + |> (y => (y + 1 |> (z)\n + => z * y))\n \n - const __g = (x) =>\n - x\n - |> ((y) => {\n - return y + 1 |> (z) => z * y;\n - });\n + const __g = (x) => x\n + |> (\n + y => {\n + return (y + 1 |> (z) => z * y);\n + }\n + )\n \n - const f = x + ((f) => f |> f);\n - const f = x |> (f) => f |> f;\n + const f = x + ((f) => (f |> f));\n + const f = x |> (f)\n + => f |> f\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nhack_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `hack_pipeline_operator.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -55,57 +55,63 @@\n |> (a.b?.(%))\n |> a.b?.(%);\n }\n \n =====================================output=====================================\n - a |> (await %) |> % * 3;\n + a |> await % |> % * 3;\n \n foo\n - |> (await %)\n - |> % || throw new Error(`foo ${bar1}`)\n - |> bar2(%, \", \")\n - |> bar3(%)\n - |> % + \"!\"\n - |> new Bar.Foo(%)\n - |> (await bar.bar(%))\n - |> console.log(%);\n + |> await %\n + |> % ||\n + throw new Error(`foo ${bar1}`)\n + |> bar2(%, \", \")\n + |> bar3(%)\n + |> % + \"!\"\n + |> new Bar.Foo(%)\n + |> await bar.bar(%)\n + |> console.log(%);\n \n - const result = \"hello\" |> doubleSay(%) |> capitalize(%, \"foo\") |> exclaim(%);\n + const result = \"hello\"\n + |> doubleSay(%)\n + |> capitalize(%, \"foo\")\n + |> exclaim(%);\n \n function createPerson(attrs) {\n - attrs |> foo(%) |> foo(%) |> Person.insertIntoDatabase(%);\n + attrs\n + |> foo(%)\n + |> foo(%)\n + |> Person.insertIntoDatabase(%);\n }\n \n - const result =\n - [1, 2, 3]\n - |> %.map((a) => a * 2)\n - |> %.filter((a) => a > 5)\n - |> %.reduce((sum, a) => a + sum, 0)\n - |> increment(%)\n - |> add(%, 3);\n + const result = [1,2,3]\n + |> %\n + .map(a => a * 2 )\n + |> %.filter(a => a > 5)\n + |> %.reduce((sum, a) => a+sum, 0)\n + |> increment(%)\n + |> add(%, 3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map(%, (event) => event.target.value)\n - |> filter(%, (searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(%, event => event.target.value)\n + |> filter(%, searchText => searchText.length > 2)\n |> debounce(%, 300)\n |> distinctUntilChanged(%)\n - |> switchMap(%, (searchText) => queryApi(searchText) |> retry(%, 3))\n + |> switchMap(%, searchText => queryApi(searchText) |> retry(%, 3))\n |> share(%);\n \n - v |> %.method() |> f(%);\n + v |> %\n + .method() |> f(%)\n \n async function* f() {\n - return (\n - x\n - |> (yield %)\n + return x\n + |> (yield %\n + )\n |> (await %)\n |> y(%)\n |> a.b(%)\n + |> (a.b(%))\n |> a.b(%)\n - |> a.b(%)\n + |> (a.b?.(%))\n |> a.b?.(%)\n - |> a.b?.(%)\n - );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nminimal_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `minimal_pipeline_operator.js format 1`\n \n - Snapshot - 28\n + Received + 27\n \n @@ -57,52 +57,51 @@\n a |> b |> c;\n \n a |> (b |> c);\n \n (a |> b) || c;\n - a |> b || c;\n + a |> (b || c);\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - let newScore =\n - person.score\n + let newScore = person.score\n |> double\n - |> ((_) => add(7, _))\n - |> ((_) => subtract(2, _))\n - |> ((_) => boundScore(0, 100, _));\n + |> (_ => add(7, _))\n + |> (_ => subtract(2, _))\n + |> (_ => boundScore(0, 100, _));\n \n function createPerson(attrs) {\n attrs\n - |> bounded(\"age\", 1, 100)\n - |> format(\"name\", /^[a-z]$/i)\n + |> bounded('age', 1, 100)\n + |> format('name', /^[a-z]$/i)\n |> Person.insertIntoDatabase;\n }\n \n - foo |> bar ?? baz;\n + foo |> (bar ?? baz);\n (foo |> bar) ?? baz;\n \n - const result =\n - [1, 2, 3]\n - |> map((a) => a * 2)\n - |> filter((a) => a > 5)\n - |> reduce((sum, a) => a + sum, 0)\n - |> increment\n - |> add(3);\n + const result = [1,2,3]\n + |> map(a => a * 2)\n + |> filter(a => a > 5)\n + |> reduce((sum, a) => a+sum, 0)\n + |> increment\n + |> add(3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map((event) => event.target.value)\n - |> filter((searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(event => event.target.value)\n + |> filter(searchText => searchText.length > 2)\n |> debounce(300)\n |> distinctUntilChanged()\n - |> switchMap((searchText) => queryApi(searchText) |> retry(3))\n + |> switchMap(searchText => queryApi(searchText) |> retry(3))\n |> share();\n \n - const result =\n - [5, 10]\n - |> ((_) => _.map((x) => x * 2))\n - |> ((_) => _.reduce((a, b) => a + b))\n - |> ((sum) => sum + 1);\n + const result = [5,10]\n + |> (_ => _.map(x => x * 2))\n + |> (_ => _.reduce( (a,b) => a + b ))\n + |> (sum => sum + 1)\n \n - const result2 = [4, 9].map((x) => x |> inc |> double);\n + const result2 = [4, 9].map( x => x |> inc |> double )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 16,
"numPendingTests": 0,
"perfStats": {
"start": 354607.54011900007,
"end": 355143.69445999997,
"runtime": 536,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/pipeline-operator/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 0.5813120000530034,
"failureMessages": [
"block-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `block-comments.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -10,12 +10,12 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n bifornCringerMoshedPerplexSawder\n - |> foo1\n - |> foo2 /* comment1 */\n - |> foo3 /* comment2 */\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo1\n + |> foo2 /* comment1 */\n + |> foo3 /* comment2 */\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 1.0590509999310598,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 0.7362300000386313,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 0.748613000032492,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 59.09302599995863,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 0.8193749999627471,
"failureMessages": [
"fsharp_style_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `fsharp_style_pipeline_operator.js format 1`\n \n - Snapshot - 21\n + Received + 44\n \n @@ -54,39 +54,62 @@\n const f = x |> (f) => f |> f;\n \n =====================================output=====================================\n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n - const user =\n - url |> api.get |> await |> (r) => r.json() |> await |> (j) => j.data.user;\n + const user = url\n + |> api.get\n + |> await\n + |> r\n + => r.json()\n + |> await\n + |> j => j.data.user\n \n - const f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const f = (x) => (x |> (y)\n + => y + 1)\n + |> (z) => z * y\n \n - const _f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const _f = (x) => x\n + |> (y)\n + => y + 1\n + |> (z) => z * y\n \n - const g = (x) => x |> (y) => (y + 1 |> (z) => z * y);\n + const g = (x) => x\n + |> (y)\n + => (y + 1 |> (z) => z * y)\n \n - const _g = (x) => x |> ((y) => (y + 1 |> (z) => z * y));\n + const _g = (x) => x\n + |> (y => (y + 1 |> (z)\n + => z * y))\n \n - const __g = (x) =>\n - x\n - |> ((y) => {\n - return y + 1 |> (z) => z * y;\n - });\n + const __g = (x) => x\n + |> (\n + y => {\n + return (y + 1 |> (z) => z * y);\n + }\n + )\n \n - const f = x + ((f) => f |> f);\n - const f = x |> (f) => f |> f;\n + const f = x + ((f) => (f |> f));\n + const f = x |> (f)\n + => f |> f\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 1.1124710000585765,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 0.7354889999842271,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 0.7364099998958409,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 65.96671300008893,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 0.7527909999480471,
"failureMessages": [
"hack_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `hack_pipeline_operator.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -55,57 +55,63 @@\n |> (a.b?.(%))\n |> a.b?.(%);\n }\n \n =====================================output=====================================\n - a |> (await %) |> % * 3;\n + a |> await % |> % * 3;\n \n foo\n - |> (await %)\n - |> % || throw new Error(`foo ${bar1}`)\n - |> bar2(%, \", \")\n - |> bar3(%)\n - |> % + \"!\"\n - |> new Bar.Foo(%)\n - |> (await bar.bar(%))\n - |> console.log(%);\n + |> await %\n + |> % ||\n + throw new Error(`foo ${bar1}`)\n + |> bar2(%, \", \")\n + |> bar3(%)\n + |> % + \"!\"\n + |> new Bar.Foo(%)\n + |> await bar.bar(%)\n + |> console.log(%);\n \n - const result = \"hello\" |> doubleSay(%) |> capitalize(%, \"foo\") |> exclaim(%);\n + const result = \"hello\"\n + |> doubleSay(%)\n + |> capitalize(%, \"foo\")\n + |> exclaim(%);\n \n function createPerson(attrs) {\n - attrs |> foo(%) |> foo(%) |> Person.insertIntoDatabase(%);\n + attrs\n + |> foo(%)\n + |> foo(%)\n + |> Person.insertIntoDatabase(%);\n }\n \n - const result =\n - [1, 2, 3]\n - |> %.map((a) => a * 2)\n - |> %.filter((a) => a > 5)\n - |> %.reduce((sum, a) => a + sum, 0)\n - |> increment(%)\n - |> add(%, 3);\n + const result = [1,2,3]\n + |> %\n + .map(a => a * 2 )\n + |> %.filter(a => a > 5)\n + |> %.reduce((sum, a) => a+sum, 0)\n + |> increment(%)\n + |> add(%, 3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map(%, (event) => event.target.value)\n - |> filter(%, (searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(%, event => event.target.value)\n + |> filter(%, searchText => searchText.length > 2)\n |> debounce(%, 300)\n |> distinctUntilChanged(%)\n - |> switchMap(%, (searchText) => queryApi(searchText) |> retry(%, 3))\n + |> switchMap(%, searchText => queryApi(searchText) |> retry(%, 3))\n |> share(%);\n \n - v |> %.method() |> f(%);\n + v |> %\n + .method() |> f(%)\n \n async function* f() {\n - return (\n - x\n - |> (yield %)\n + return x\n + |> (yield %\n + )\n |> (await %)\n |> y(%)\n |> a.b(%)\n + |> (a.b(%))\n |> a.b(%)\n - |> a.b(%)\n + |> (a.b?.(%))\n |> a.b?.(%)\n - |> a.b?.(%)\n - );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 1.0606039999984205,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 0.7202100000577047,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 0.6892519999528304,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 65.95418699993752,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 0.760414999909699,
"failureMessages": [
"minimal_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `minimal_pipeline_operator.js format 1`\n \n - Snapshot - 28\n + Received + 27\n \n @@ -57,52 +57,51 @@\n a |> b |> c;\n \n a |> (b |> c);\n \n (a |> b) || c;\n - a |> b || c;\n + a |> (b || c);\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - let newScore =\n - person.score\n + let newScore = person.score\n |> double\n - |> ((_) => add(7, _))\n - |> ((_) => subtract(2, _))\n - |> ((_) => boundScore(0, 100, _));\n + |> (_ => add(7, _))\n + |> (_ => subtract(2, _))\n + |> (_ => boundScore(0, 100, _));\n \n function createPerson(attrs) {\n attrs\n - |> bounded(\"age\", 1, 100)\n - |> format(\"name\", /^[a-z]$/i)\n + |> bounded('age', 1, 100)\n + |> format('name', /^[a-z]$/i)\n |> Person.insertIntoDatabase;\n }\n \n - foo |> bar ?? baz;\n + foo |> (bar ?? baz);\n (foo |> bar) ?? baz;\n \n - const result =\n - [1, 2, 3]\n - |> map((a) => a * 2)\n - |> filter((a) => a > 5)\n - |> reduce((sum, a) => a + sum, 0)\n - |> increment\n - |> add(3);\n + const result = [1,2,3]\n + |> map(a => a * 2)\n + |> filter(a => a > 5)\n + |> reduce((sum, a) => a+sum, 0)\n + |> increment\n + |> add(3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map((event) => event.target.value)\n - |> filter((searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(event => event.target.value)\n + |> filter(searchText => searchText.length > 2)\n |> debounce(300)\n |> distinctUntilChanged()\n - |> switchMap((searchText) => queryApi(searchText) |> retry(3))\n + |> switchMap(searchText => queryApi(searchText) |> retry(3))\n |> share();\n \n - const result =\n - [5, 10]\n - |> ((_) => _.map((x) => x * 2))\n - |> ((_) => _.reduce((a, b) => a + b))\n - |> ((sum) => sum + 1);\n + const result = [5,10]\n + |> (_ => _.map(x => x * 2))\n + |> (_ => _.reduce( (a,b) => a + b ))\n + |> (sum => sum + 1)\n \n - const result2 = [4, 9].map((x) => x |> inc |> double);\n + const result2 = [4, 9].map( x => x |> inc |> double )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 1.0248569999821484,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 0.7263609999790788,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 0.685795999947004,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 75.33999899995979,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -20,8 +20,10 @@\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n // with pipeline\n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 72)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 355236.75796,
"end": 355360.058118,
"runtime": 123,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/partial-application/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"test.js"
],
"duration": 0.6664200000232086,
"failureMessages": [
"test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -20,8 +20,10 @@\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n // with pipeline\n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 72)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 1.213478000019677,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.7834379998967052,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.7176759999711066,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.826591999968514,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "call-arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `call-arguments.js format 1`\n \n - Snapshot - 15\n + Received + 27\n \n @@ -45,39 +45,51 @@\n }\n ).toThrow(ReferenceError);\n \n =====================================output=====================================\n // from https://github.com/babel/babel/pull/13122/\n - expect(do {\n - var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n bar;\n };\n \n - expect(do {\n - var bar = \"foo\";\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n bar;\n };\n \n expect(\n () => do {\n () => {\n var bar = \"foo\";\n };\n - bar;\n - },\n - ).toThrow(ReferenceError);\n + bar;\n + }\n + ).toThrow(ReferenceError)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndo.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do.js format 1`\n \n - Snapshot - 34\n + Received + 42\n \n @@ -72,75 +72,83 @@\n }\n };\n \n =====================================output=====================================\n const envSpecific = {\n - domain: do {\n - if (env === \"production\") \"https://abc.mno.com/\";\n - else if (env === \"development\") \"http://localhost:4000\";\n - },\n - };\n + domain:\n + do {\n + if(env === 'production') 'https://abc.mno.com/';\n + else\n + if (env === \"development\") \"http://localhost:4000\";\n + }\n + }\n \n - let x = do {\n + let x =\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n - let y = do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let y =\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n function foo() {\n return (\n <nav>\n <Home />\n - {do {\n - if (loggedIn) {\n - <LogoutButton />;\n - } else {\n - <LoginButton />;\n + {\n + do {\n + if (loggedIn) {\n + <LogoutButton />\n + } else {\n + <LoginButton />\n + }\n }\n - }}\n + }\n </nav>\n );\n }\n \n - (do {});\n - (do {}) + 1;\n - 1 + do {};\n - () => do {};\n + (\n + do {});\n + (\n + do {} + 1);\n + (1 +\n + do {});\n + () =>\n + do {};\n \n - (do {\n - switch (0) {\n - case 0:\n - \"foo\";\n - case 1:\n - break;\n + (\n + do {\n + switch(0) {\n + case 0: \"foo\";\n + case 1: break;\n }\n });\n \n - () => do {\n + () =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - () => () => do {\n + () => ( ) =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - (a) => (b) => (c) => do {\n + a =>b=> c =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 355454.39661,
"end": 355713.76721200004,
"runtime": 259,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/do/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 0.6699370000278577,
"failureMessages": [
"call-arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `call-arguments.js format 1`\n \n - Snapshot - 15\n + Received + 27\n \n @@ -45,39 +45,51 @@\n }\n ).toThrow(ReferenceError);\n \n =====================================output=====================================\n // from https://github.com/babel/babel/pull/13122/\n - expect(do {\n - var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n bar;\n };\n \n - expect(do {\n - var bar = \"foo\";\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n bar;\n };\n \n expect(\n () => do {\n () => {\n var bar = \"foo\";\n };\n - bar;\n - },\n - ).toThrow(ReferenceError);\n + bar;\n + }\n + ).toThrow(ReferenceError)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 1.0935149999568239,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 0.7514479999663308,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 0.7043710000580177,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 62.649597999989055,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 0.7876560000004247,
"failureMessages": [
"do.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do.js format 1`\n \n - Snapshot - 34\n + Received + 42\n \n @@ -72,75 +72,83 @@\n }\n };\n \n =====================================output=====================================\n const envSpecific = {\n - domain: do {\n - if (env === \"production\") \"https://abc.mno.com/\";\n - else if (env === \"development\") \"http://localhost:4000\";\n - },\n - };\n + domain:\n + do {\n + if(env === 'production') 'https://abc.mno.com/';\n + else\n + if (env === \"development\") \"http://localhost:4000\";\n + }\n + }\n \n - let x = do {\n + let x =\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n - let y = do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let y =\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n function foo() {\n return (\n <nav>\n <Home />\n - {do {\n - if (loggedIn) {\n - <LogoutButton />;\n - } else {\n - <LoginButton />;\n + {\n + do {\n + if (loggedIn) {\n + <LogoutButton />\n + } else {\n + <LoginButton />\n + }\n }\n - }}\n + }\n </nav>\n );\n }\n \n - (do {});\n - (do {}) + 1;\n - 1 + do {};\n - () => do {};\n + (\n + do {});\n + (\n + do {} + 1);\n + (1 +\n + do {});\n + () =>\n + do {};\n \n - (do {\n - switch (0) {\n - case 0:\n - \"foo\";\n - case 1:\n - break;\n + (\n + do {\n + switch(0) {\n + case 0: \"foo\";\n + case 1: break;\n }\n });\n \n - () => do {\n + () =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - () => () => do {\n + () => ( ) =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - (a) => (b) => (c) => do {\n + a =>b=> c =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 1.114073000033386,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 0.7711859999690205,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 0.7345370000693947,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 64.19522499991581,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "pipeline_own_line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline_own_line.js format 1`\n \n - Snapshot - 19\n + Received + 19\n \n @@ -42,44 +42,44 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n function pipeline() {\n - 0 |>\n - // Comment\n - x;\n + 0\n + \t// Comment\n + \t|> x\n }\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie,\n - averredBathersBoxroomBuggyNurl,\n + averredBathersBoxroomBuggyNurl\n ) // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n - glimseGlyphsHazardNoopsTieTie,\n + glimseGlyphsHazardNoopsTieTie\n )\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ] // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ]\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 355811.248313,
"end": 355941.503159,
"runtime": 130,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments-pipeline-own-line/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 0.6892219999572262,
"failureMessages": [
"pipeline_own_line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline_own_line.js format 1`\n \n - Snapshot - 19\n + Received + 19\n \n @@ -42,44 +42,44 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n function pipeline() {\n - 0 |>\n - // Comment\n - x;\n + 0\n + \t// Comment\n + \t|> x\n }\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie,\n - averredBathersBoxroomBuggyNurl,\n + averredBathersBoxroomBuggyNurl\n ) // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n - glimseGlyphsHazardNoopsTieTie,\n + glimseGlyphsHazardNoopsTieTie\n )\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ] // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ]\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 1.4041930000530556,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 0.8488399999914691,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 0.7232660000445321,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 62.77838299993891,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 18\n + Received + 19\n \n @@ -29,37 +29,38 @@\n let tmp = f();\n tmp * tmp + 1\n };\n \n =====================================output=====================================\n - (async do {\n + async;\n + do {\n 1;\n - });\n + };\n \n - (async do {});\n + (async\n + do {});\n \n - let x = async do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let x = async;\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n - (async do {\n - await 42;\n - });\n + async;\n + do {\n + await 42\n + }\n \n function iter() {\n return async do {\n return 1;\n - };\n - }\n + }\n + };\n \n - let x = async do {\n + let x = async;\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 356037.542036,
"end": 356167.3323010001,
"runtime": 130,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/async-do-expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.6411630000220612,
"failureMessages": [
"async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 18\n + Received + 19\n \n @@ -29,37 +29,38 @@\n let tmp = f();\n tmp * tmp + 1\n };\n \n =====================================output=====================================\n - (async do {\n + async;\n + do {\n 1;\n - });\n + };\n \n - (async do {});\n + (async\n + do {});\n \n - let x = async do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let x = async;\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n - (async do {\n - await 42;\n - });\n + async;\n + do {\n + await 42\n + }\n \n function iter() {\n return async do {\n return 1;\n - };\n - }\n + }\n + };\n \n - let x = async do {\n + let x = async;\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 1.0410570000531152,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.6980299999704584,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.8317279999610037,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 62.99183800001629,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "arrows-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrows-bind.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -6,10 +6,13 @@\n a => ({}::b()``[''].c++ && 0 ? 0 : 0);\n (a => b)::c;\n a::(b => c);\n \n =====================================output=====================================\n - (a) => ({})::b()``[\"\"].c++ && 0 ? 0 : 0;\n - ((a) => b)::c;\n - a::((b) => c);\n + a => ({}\n + ::b()``[''].c++ && 0 ? 0 : 0)\n + (a) => b;\n + ::c\n + a:\n + :(b => c)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 76)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 356262.382162,
"end": 356389.59596999997,
"runtime": 127,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows-bind/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 0.5647009999956936,
"failureMessages": [
"arrows-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrows-bind.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -6,10 +6,13 @@\n a => ({}::b()``[''].c++ && 0 ? 0 : 0);\n (a => b)::c;\n a::(b => c);\n \n =====================================output=====================================\n - (a) => ({})::b()``[\"\"].c++ && 0 ? 0 : 0;\n - ((a) => b)::c;\n - a::((b) => c);\n + a => ({}\n + ::b()``[''].c++ && 0 ? 0 : 0)\n + (a) => b;\n + ::c\n + a:\n + :(b => c)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 76)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 1.0795369999250397,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 0.7916020000120625,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 0.7297469999175519,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 62.45897499995772,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 7,
"numPendingTests": 0,
"perfStats": {
"start": 356484.6500910001,
"end": 356853.27496600006,
"runtime": 369,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/numeric-separators/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"number.js"
],
"duration": 0.42232499993406236,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 1.3963769999099895,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 61.02045799989719,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 61.60968899994623,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.166711000027135,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.76265599997714,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 62.10643899999559,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 356948.89357300004,
"end": 357523.88285800006,
"runtime": 575,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/rest/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.40749800007324666,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 65.31118299998343,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 64.67910399998073,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 65.09031300002243,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 63.12360299995635,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 63.263660999946296,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 63.30310400004964,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 62.527685999986716,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 63.34001000004355,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "cursor-without-pragma.js - {\"requirePragma\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-without-pragma.js - {\"requirePragma\":true} format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -6,8 +6,10 @@\n | printWidth\n =====================================input======================================\n (function() {return <|> 15})()\n \n =====================================output=====================================\n - (function() {return <|> 15})()\n + (function () {\n + return 15;<|>\n + })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 79)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 357627.130086,
"end": 358170.42237900005,
"runtime": 543,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/cursor/require-pragma/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 0.6012679999694228,
"failureMessages": [
"cursor-without-pragma.js - {\"requirePragma\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-without-pragma.js - {\"requirePragma\":true} format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -6,8 +6,10 @@\n | printWidth\n =====================================input======================================\n (function() {return <|> 15})()\n \n =====================================output=====================================\n - (function() {return <|> 15})()\n + (function () {\n + return 15;<|>\n + })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 79)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 57.73322299995925,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 57.80528900003992,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 57.0882279999787,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 56.746999000082724,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 57.647767999907956,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 56.92376899998635,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 57.630004999926314,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 57.622912999941036,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "classes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js format 1`\n \n - Snapshot - 8\n + Received + 12\n \n @@ -28,17 +28,21 @@\n \n @deco\n export default class Baz {}\n \n const foo =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n const bar =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmember-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `member-expression.js format 1`\n \n - Snapshot - 10\n + Received + 14\n \n @@ -67,19 +67,19 @@\n class {\n @(decorators?.[0])\n method() {}\n },\n class {\n - @decorators.at(0)\n + @(decorators.at(0))\n method() {}\n },\n class {\n @(decorators?.at(0))\n method() {}\n },\n class {\n - @decorators.first\n + @(decorators.first)\n method() {}\n },\n class {\n @(decorators?.first)\n method() {}\n @@ -92,18 +92,22 @@\n @decorators [first];\n method() {}\n },\n class {\n @(decorators[\"first\"])\n - method() {}\n - },\n - @(decorators[first])\n - class {\n - method() {}\n - },\n - @(decorators[0])\n - class {\n method() {}\n },\n + (\n + @(decorators[first])\n + class {\n + method() {}\n + }\n + ),\n + (\n + @(decorators[0])\n + class {\n + method() {}\n + }\n + ),\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 47,
"numPendingTests": 0,
"perfStats": {
"start": 358265.1424620001,
"end": 360054.74000000005,
"runtime": 1790,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"classes.js"
],
"duration": 0.6633540000766516,
"failureMessages": [
"classes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js format 1`\n \n - Snapshot - 8\n + Received + 12\n \n @@ -28,17 +28,21 @@\n \n @deco\n export default class Baz {}\n \n const foo =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n const bar =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 1.3027829999336973,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 0.8235619999468327,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 60.12756900000386,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 60.6346800000174,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.5470269999932498,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.5342840000521392,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.9368530000792816,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.884605999919586,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.31517499999609,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 0.7708229999989271,
"failureMessages": [
"member-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `member-expression.js format 1`\n \n - Snapshot - 10\n + Received + 14\n \n @@ -67,19 +67,19 @@\n class {\n @(decorators?.[0])\n method() {}\n },\n class {\n - @decorators.at(0)\n + @(decorators.at(0))\n method() {}\n },\n class {\n @(decorators?.at(0))\n method() {}\n },\n class {\n - @decorators.first\n + @(decorators.first)\n method() {}\n },\n class {\n @(decorators?.first)\n method() {}\n @@ -92,18 +92,22 @@\n @decorators [first];\n method() {}\n },\n class {\n @(decorators[\"first\"])\n - method() {}\n - },\n - @(decorators[first])\n - class {\n - method() {}\n - },\n - @(decorators[0])\n - class {\n method() {}\n },\n + (\n + @(decorators[first])\n + class {\n + method() {}\n + }\n + ),\n + (\n + @(decorators[0])\n + class {\n + method() {}\n + }\n + ),\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 1.1703969999216497,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 0.8483769999584183,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 64.07009599998128,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 0.4140299999853596,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 1.0677770000183955,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 0.755936999921687,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 58.41969699994661,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 58.992061999975704,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 0.4230179999722168,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 1.0472290000179783,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 0.7195589999901131,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 58.50423399999272,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 59.4874280000804,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 0.4191600000485778,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 1.1528760000364855,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 0.7903309999965131,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 62.4479140000185,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 63.68446700007189,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 0.4204829999944195,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 1.083126000012271,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 0.7408989999676123,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 59.26020899997093,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 60.17526499996893,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 0.4252509999787435,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 1.1121300000231713,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 0.7808829999994487,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 59.00875799998175,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 60.064252000069246,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 0.43219399999361485,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 1.0595820000162348,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 0.7313409999478608,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 57.912301999982446,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 58.40105200000107,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 0.44264399993699044,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 0.9869170000310987,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 0.6758170000975952,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 59.45910099998582,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 61.41111300000921,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 360155.331435,
"end": 361269.36958500004,
"runtime": 1114,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/method-chain/print-width-120/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 0.4364929998992011,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 62.56763399997726,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 62.22995000006631,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 60.163449999992736,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 61.68822100001853,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 60.63544800004456,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 62.42946100002155,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 61.464703999925405,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 61.418095000088215,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 0.45476599992252886,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 62.66295600007288,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 61.431520999991335,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 61.034179000067525,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 61.8352629999863,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 61.11530299996957,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 61.18143900006544,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 61.535410000011325,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 64.15993099997286,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 5,
"numPendingTests": 0,
"perfStats": {
"start": 361364.22542800003,
"end": 361545.169715,
"runtime": 181,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/private-in/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"private-in.js"
],
"duration": 0.419289999990724,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-in.js"
],
"duration": 1.0410370000172406,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-in.js"
],
"duration": 0.7360999999800697,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-in.js"
],
"duration": 59.334410000010394,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-in.js"
],
"duration": 60.049708000035025,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 5,
"numPendingTests": 0,
"perfStats": {
"start": 361640.6393,
"end": 361821.993665,
"runtime": 181,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/invalid-code/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 0.4735920000821352,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 1.2180070000467822,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 0.9173670000163838,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 59.3792840000242,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 59.76877699990291,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 361919.347366,
"end": 362478.32459300006,
"runtime": 559,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-colon-bug/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 0.42158500000368804,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 61.26835799997207,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 61.01669800002128,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 61.92241599992849,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 61.477997999987565,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 60.6686139999656,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 60.69975500006694,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 60.692721999948844,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 70.27436699997634,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 10,
"numPendingTests": 0,
"perfStats": {
"start": 362636.320383,
"end": 363116.27367900003,
"runtime": 480,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/module-string-names/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 0.5875440000090748,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 59.51877399999648,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 60.50058400002308,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 1.5311089999740943,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 59.57814400002826,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 0.4488050000509247,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 58.64293600001838,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 59.10809200000949,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 1.0742190000601113,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 58.21823699993547,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 5,
"numPendingTests": 0,
"perfStats": {
"start": 363211.62306000007,
"end": 363512.0113770001,
"runtime": 300,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/reserved-word/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 0.447963000042364,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 60.15659999998752,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 59.63047999993432,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 59.665082999970764,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 60.479942000005394,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "object-property.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-property.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n [this.resource = resource]: 1,\n }\n \n =====================================output=====================================\n a = {\n - [(this.resource = resource)]: 1,\n + [this.resource = resource]: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 87)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 17,
"numPendingTests": 0,
"perfStats": {
"start": 363609.80218100006,
"end": 364708.28198,
"runtime": 1098,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/objects/assignment-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"object-property.js"
],
"duration": 0.6292909999610856,
"failureMessages": [
"object-property.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-property.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n [this.resource = resource]: 1,\n }\n \n =====================================output=====================================\n a = {\n - [(this.resource = resource)]: 1,\n + [this.resource = resource]: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 87)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 60.73210999998264,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 59.88495399989188,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 59.364956000004895,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 59.77076699992176,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 59.26740200002678,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 59.28644399996847,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 59.99678899999708,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 59.87063700007275,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 0.4353310000151396,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 73.85393900005147,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 61.24800200003665,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 61.24812000000384,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 60.019631999894045,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 60.36396600003354,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 61.43509099993389,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 60.70460399996955,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 61.006796000059694,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -20,16 +20,16 @@\n =====================================output=====================================\n for ((let) of foo);\n for (foo of let);\n for (foo of let.a);\n for (foo of let[a]);\n - for ((let).a of foo);\n - for ((let)[a] of foo);\n + for (let.a of foo);\n + for (let[a] of foo);\n for ((let)().a of foo);\n for (letFoo of foo);\n \n for (let.a in foo);\n - for ((let)[a] in foo);\n + for (let[a] in foo);\n \n for (let of of let);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 88)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 17,
"numPendingTests": 0,
"perfStats": {
"start": 364842.92473100004,
"end": 365927.13821100007,
"runtime": 1084,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/identifier/for-of/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"await.js"
],
"duration": 0.5437820000806823,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 60.43018000002485,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 61.10024399997201,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 59.08388599997852,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 59.624368000077084,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 59.27570400002878,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 59.52328600001056,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 59.820744999917224,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 60.20245599991176,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 0.6584749999456108,
"failureMessages": [
"let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -20,16 +20,16 @@\n =====================================output=====================================\n for ((let) of foo);\n for (foo of let);\n for (foo of let.a);\n for (foo of let[a]);\n - for ((let).a of foo);\n - for ((let)[a] of foo);\n + for (let.a of foo);\n + for (let[a] of foo);\n for ((let)().a of foo);\n for (letFoo of foo);\n \n for (let.a in foo);\n - for ((let)[a] in foo);\n + for (let[a] in foo);\n \n for (let of of let);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 88)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 62.63105900003575,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 60.31555100006517,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 59.302936999942176,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 59.73790499998722,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 58.74906900001224,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 60.580695000011474,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 60.28053599991836,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 62.38718199997675,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "between-parentheses-and-function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `between-parentheses-and-function-body.js format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -43,17 +43,17 @@\n function function_declaration() {\n // this is a function\n return 42;\n }\n \n - (function named() {\n - // this is a function\n + (function named() // this is a function\n + {\n return 42;\n })();\n \n - (function () {\n - // this is a function\n + (function () // this is a function\n + {\n return 42;\n })();\n \n /* anonymous declaration */\n export default function () {\n @@ -64,11 +64,10 @@\n a = {\n foo() {\n // this is a function\n },\n \n - bar: function () {\n - // this is a function\n - },\n + bar: function () // this is a function\n + {},\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 89)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 366039.559021,
"end": 366599.33931,
"runtime": 560,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/function/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 0.651551999966614,
"failureMessages": [
"between-parentheses-and-function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `between-parentheses-and-function-body.js format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -43,17 +43,17 @@\n function function_declaration() {\n // this is a function\n return 42;\n }\n \n - (function named() {\n - // this is a function\n + (function named() // this is a function\n + {\n return 42;\n })();\n \n - (function () {\n - // this is a function\n + (function () // this is a function\n + {\n return 42;\n })();\n \n /* anonymous declaration */\n export default function () {\n @@ -64,11 +64,10 @@\n a = {\n foo() {\n // this is a function\n },\n \n - bar: function () {\n - // this is a function\n - },\n + bar: function () // this is a function\n + {},\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 89)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 63.35364300000947,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 62.977845999994315,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 60.59348499996122,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 59.5774209999945,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 59.53360199998133,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 60.413978999946266,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 60.6649370000232,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 59.952745000016876,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 366700.98674100003,
"end": 367255.78106,
"runtime": 555,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/flow-types/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"inline.js"
],
"duration": 0.4381049999501556,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 59.52969100000337,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 60.29577900003642,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 58.7383559999289,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 58.948682000045665,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 60.529977999976836,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 59.299225000082515,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 59.049302999977954,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 59.64174799993634,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 367357.772236,
"end": 367913.170507,
"runtime": 555,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/no-argument/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 0.45630900003015995,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 59.64810600003693,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 58.38143900001887,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 59.57292700000107,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 58.71438799996395,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 59.0505739999935,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 62.9193990000058,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 61.74064900004305,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 58.31085799995344,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "expression-2nd-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression-2nd-arg.js format 1`\n \n - Snapshot - 14\n + Received + 8\n \n @@ -27,22 +27,16 @@\n =====================================output=====================================\n call(function () {\n return 1;\n }, 200_000_000_000n * askTrovenaBeenaDependsRowans);\n \n - call(\n - function () {\n - return 1;\n - },\n - (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n - glimseGlyphsHazardNoopsTieTie,\n - );\n + call(function () {\n + return 1;\n + }, (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n + glimseGlyphsHazardNoopsTieTie);\n \n - call(\n - function () {\n - return 1;\n - },\n - (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n - 200_000_000_000n),\n - );\n + call(function () {\n + return 1;\n + }, (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n + 200_000_000_000n));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-12892.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-12892.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -11,18 +11,15 @@\n veryLongParameterName3,\n veryLongParameterName4,\n ));\n \n =====================================output=====================================\n - setTimeout(\n - () => {\n - console.log(\"test\");\n - },\n - someFunctionCall(\n - veryLongParameterName1,\n - veryLongParameterName2,\n - veryLongParameterName3,\n - veryLongParameterName4,\n - ),\n - );\n + setTimeout(() => {\n + console.log(\"test\");\n + }, someFunctionCall(\n + veryLongParameterName1,\n + veryLongParameterName2,\n + veryLongParameterName3,\n + veryLongParameterName4,\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-2456.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-2456.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -7,18 +7,15 @@\n err.message.includes('\"1\"') && err.message.includes(\"Model\") &&\n err.message.includes(\"/id\") && err.message.includes(\"identifier(number)\")\n )\n \n =====================================output=====================================\n - f(\n - (x) => {\n - y;\n - },\n - err.message.includes(\"asd\") &&\n - err.message.includes(\"id\") &&\n - err.message.includes('\"1\"') &&\n - err.message.includes(\"Model\") &&\n - err.message.includes(\"/id\") &&\n - err.message.includes(\"identifier(number)\"),\n - );\n + f((x) => {\n + y;\n + }, err.message.includes(\"asd\") &&\n + err.message.includes(\"id\") &&\n + err.message.includes('\"1\"') &&\n + err.message.includes(\"Model\") &&\n + err.message.includes(\"/id\") &&\n + err.message.includes(\"identifier(number)\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-4401.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-4401.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -10,14 +10,11 @@\n );\n }\n \n =====================================output=====================================\n export function test() {\n - setTimeout(\n - () => {\n - console.warn({}, \"Lambda approaching timeout.\");\n - },\n - Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0),\n - );\n + setTimeout(() => {\n + console.warn({}, \"Lambda approaching timeout.\");\n + }, Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0));\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-5172.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5172.js format 1`\n \n - Snapshot - 21\n + Received + 15\n \n @@ -13,30 +13,24 @@\n call(function () {\n return 1;\n }, $var || ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n =====================================output=====================================\n - call(\n - function () {\n - return 1;\n - },\n + call(function () {\n + return 1;\n + }, $var ??\n $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - \"test\",\n - );\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + \"test\");\n \n - call(\n - function () {\n - return 1;\n - },\n - $var ||\n - ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"),\n - );\n + call(function () {\n + return 1;\n + }, $var ||\n + ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 76,
"numPendingTests": 0,
"perfStats": {
"start": 368010.73997399997,
"end": 373002.77455599996,
"runtime": 4992,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/first-argument-expansion/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 0.6858259999426082,
"failureMessages": [
"expression-2nd-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression-2nd-arg.js format 1`\n \n - Snapshot - 14\n + Received + 8\n \n @@ -27,22 +27,16 @@\n =====================================output=====================================\n call(function () {\n return 1;\n }, 200_000_000_000n * askTrovenaBeenaDependsRowans);\n \n - call(\n - function () {\n - return 1;\n - },\n - (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n - glimseGlyphsHazardNoopsTieTie,\n - );\n + call(function () {\n + return 1;\n + }, (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n + glimseGlyphsHazardNoopsTieTie);\n \n - call(\n - function () {\n - return 1;\n - },\n - (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n - 200_000_000_000n),\n - );\n + call(function () {\n + return 1;\n + }, (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n + 200_000_000_000n));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 62.82636399997864,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 60.793778000050224,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 59.82981699996162,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 59.288336999947205,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 61.33554800006095,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 60.0623880000785,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 59.96861300000455,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 59.82769099995494,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 0.6230300000170246,
"failureMessages": [
"issue-12892.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-12892.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -11,18 +11,15 @@\n veryLongParameterName3,\n veryLongParameterName4,\n ));\n \n =====================================output=====================================\n - setTimeout(\n - () => {\n - console.log(\"test\");\n - },\n - someFunctionCall(\n - veryLongParameterName1,\n - veryLongParameterName2,\n - veryLongParameterName3,\n - veryLongParameterName4,\n - ),\n - );\n + setTimeout(() => {\n + console.log(\"test\");\n + }, someFunctionCall(\n + veryLongParameterName1,\n + veryLongParameterName2,\n + veryLongParameterName3,\n + veryLongParameterName4,\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 59.28107899997849,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 59.45860599994194,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 58.50151099998038,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 59.666609000065364,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 59.23717300000135,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 59.44057400000747,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 60.03790700004902,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 59.41695199999958,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 0.4214739999733865,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 62.148838000022806,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 61.36446499999147,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 60.12608299998101,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 59.09980999992695,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 59.521717999945395,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 60.00584299990442,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 59.62081599992234,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 60.49351300008129,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 0.41321899998001754,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 59.38105900003575,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 58.57623499992769,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 58.01417500001844,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 58.12106399994809,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 58.265148999984376,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 58.8131009999197,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 58.30255399993621,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 58.61590299999807,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 0.6526349999476224,
"failureMessages": [
"issue-2456.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-2456.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -7,18 +7,15 @@\n err.message.includes('\"1\"') && err.message.includes(\"Model\") &&\n err.message.includes(\"/id\") && err.message.includes(\"identifier(number)\")\n )\n \n =====================================output=====================================\n - f(\n - (x) => {\n - y;\n - },\n - err.message.includes(\"asd\") &&\n - err.message.includes(\"id\") &&\n - err.message.includes('\"1\"') &&\n - err.message.includes(\"Model\") &&\n - err.message.includes(\"/id\") &&\n - err.message.includes(\"identifier(number)\"),\n - );\n + f((x) => {\n + y;\n + }, err.message.includes(\"asd\") &&\n + err.message.includes(\"id\") &&\n + err.message.includes('\"1\"') &&\n + err.message.includes(\"Model\") &&\n + err.message.includes(\"/id\") &&\n + err.message.includes(\"identifier(number)\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 62.27844900009222,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 60.29038500005845,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 61.13457599992398,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 58.9921130000148,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 60.560612999950536,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 59.782787000061944,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 59.684657000005245,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 59.41844699997455,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 0.6166780000785366,
"failureMessages": [
"issue-4401.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-4401.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -10,14 +10,11 @@\n );\n }\n \n =====================================output=====================================\n export function test() {\n - setTimeout(\n - () => {\n - console.warn({}, \"Lambda approaching timeout.\");\n - },\n - Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0),\n - );\n + setTimeout(() => {\n + console.warn({}, \"Lambda approaching timeout.\");\n + }, Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0));\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 61.138643999933265,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 59.927757000084966,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 58.82797800004482,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 59.18379799998365,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 59.5842470000498,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 60.07280399999581,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 59.40800799999852,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 59.184376000077464,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 0.7404469999019057,
"failureMessages": [
"issue-5172.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5172.js format 1`\n \n - Snapshot - 21\n + Received + 15\n \n @@ -13,30 +13,24 @@\n call(function () {\n return 1;\n }, $var || ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n =====================================output=====================================\n - call(\n - function () {\n - return 1;\n - },\n + call(function () {\n + return 1;\n + }, $var ??\n $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - \"test\",\n - );\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + \"test\");\n \n - call(\n - function () {\n - return 1;\n - },\n - $var ||\n - ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"),\n - );\n + call(function () {\n + return 1;\n + }, $var ||\n + ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 61.19853599998169,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 60.05800499999896,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 60.40896300005261,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 59.40047400002368,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 59.01899200002663,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 59.43691199994646,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 58.96279499994125,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 59.99389399995562,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.4448880000272766,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.87306400004309,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.55552000005264,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.7683829999296,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.27392599999439,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 58.873674999922514,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.05946700007189,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.40592900000047,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.29982299997937,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.5273809999926016,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 100.2142509999685,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 72.54751599999145,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 71.73887300002389,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 83.34859399998095,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 72.20204599993303,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 70.29997100005858,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 72.78989699995145,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 72.07629200001247,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -6,11 +6,10 @@\n with (0) {}\n \n with (0) 1;\n \n =====================================output=====================================\n - with (0) {\n - }\n + with (0) {}\n \n with (0) 1;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 93)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 373137.559344,
"end": 373686.26762700005,
"runtime": 549,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/with/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.7187070000218228,
"failureMessages": [
"indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -6,11 +6,10 @@\n with (0) {}\n \n with (0) 1;\n \n =====================================output=====================================\n - with (0) {\n - }\n + with (0) {}\n \n with (0) 1;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 93)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 77.56051499990281,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 58.63085000007413,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.274855000083335,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 58.74370300001465,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 58.50454499991611,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 58.81273800006602,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 58.28277900000103,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 58.87469299999066,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 373811.461452,
"end": 374352.47483400005,
"runtime": 541,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/while/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.5544320000335574,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 61.02866800001357,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.486752000055276,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.58425299997907,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.46257600001991,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.4131069999421,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 61.10390400001779,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 58.762813000008464,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.43633099994622,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 374456.96073700004,
"end": 375564.77530300006,
"runtime": 1108,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/variable_declarator/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"multiple.js"
],
"duration": 0.5408659999957308,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 66.72900500008836,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 62.3594710000325,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 60.55305600003339,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 59.995557000045665,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 62.06276000000071,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 64.087242999929,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 62.522653999971226,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 61.94677799998317,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 0.44741300004534423,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 58.653305000043474,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 59.0582309999736,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 58.75674700003583,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 58.0708680000389,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 58.23833199997898,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 57.79980700009037,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 57.65711899998132,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 57.96813000005204,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 375671.245021,
"end": 376217.98708200007,
"runtime": 547,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/update-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 0.43915700004436076,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 59.56274899991695,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 59.768810000037774,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 58.24657700001262,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 58.4215860000113,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 59.01959500007797,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 58.356382000027224,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 58.044222999946214,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 59.019389000022784,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 376321.37568800006,
"end": 377989.057755,
"runtime": 1668,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unicode/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 0.5000800000270829,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 59.47735499998089,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 58.882240999955684,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 58.72989700001199,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 57.73560100002214,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 58.513339999946766,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 58.24883499997668,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 57.96894399996381,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 58.40164299996104,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 0.41561300004832447,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 58.47372800006997,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 58.34959999995772,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 58.25090599991381,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 58.172370000043884,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 59.2312099999981,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 58.078647000016645,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 60.25750700000208,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 60.36942200001795,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 0.7500449999934062,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 77.65393600007519,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 68.76003799994942,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 60.836716999998316,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 60.1503120000707,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 61.7663669999456,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 62.66857799992431,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 61.29963499994483,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 61.27694400004111,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 378098.048168,
"end": 379386.01076000003,
"runtime": 1288,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unary-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.5469969999976456,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 101.3152570000384,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 81.74953599995933,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 79.39088700001594,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 76.84148399997503,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 72.61356800002977,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 78.5222510000458,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 76.56525300000794,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 94.43635400000494,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 0.46224999998230487,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 58.62861899996642,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 58.97847199998796,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 60.32063600001857,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 58.244267000001855,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 58.55685099994298,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 59.40632499998901,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 58.52788900001906,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 59.12358399992809,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 379491.5885230001,
"end": 380571.01024400006,
"runtime": 1079,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unary/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"object.js"
],
"duration": 0.516901999944821,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 59.23706300009508,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 59.06062599993311,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 58.656497000018135,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 58.41152500000317,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 58.15154099999927,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 58.091095999930985,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 58.7288750000298,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 59.03326100006234,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 0.5209090000716969,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 60.005773000069894,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 60.25228899996728,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 58.35190199990757,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 59.855091999983415,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 60.825574000016786,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 59.559963000006974,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 58.93012000003364,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 58.81990300002508,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 380671.70623000007,
"end": 382270.26715400006,
"runtime": 1599,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/try/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"catch.js"
],
"duration": 0.42466000001877546,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 60.31446899997536,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 61.11560300004203,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 60.397880999953486,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 60.02833300002385,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 59.95737099996768,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 60.395836999989115,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 59.53462799999397,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 60.05262800003402,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.4143809999804944,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.559618999948725,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.87025299994275,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.978484000079334,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.744155000080355,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.18592499999795,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.47765899996739,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.46693699993193,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.687143000075594,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 0.4116459999931976,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 57.92313600005582,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 59.31170000007842,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 58.49647799995728,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 59.59006800001953,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 59.16407200007234,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 58.7474500000244,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 58.40630599996075,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 59.08257400000002,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 382366.490678,
"end": 384019.433789,
"runtime": 1653,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/throw_statement/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 0.43079100002069026,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 64.18293099990115,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 62.64056799991522,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 62.19131399993785,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 61.70245199999772,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 61.0886429999955,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 61.71042799996212,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 62.42209999996703,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 62.129536999971606,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.41861900000367314,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.535740000079386,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.66854400001466,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.74279299995396,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.441121999989264,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.3593829999445,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.12638299993705,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.20522100001108,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.33469599997625,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.4201219999231398,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.41713100008201,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.63170899997931,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.23479200003203,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.09154599998146,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.03947600000538,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.19859499996528,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.659095000009984,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.721733000013046,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "css-prop.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `css-prop.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -34,35 +34,28 @@\n function SomeComponent(props) {\n // Create styles as if you're calling css and the class will be applied to the component\n return (\n <div\n css={`\n - color: blue;\n - font-size: 17 px;\n + color: blue;\n + font-size: 17 px;\n \n - &:hover {\n - color: green;\n - }\n + &:hover {\n + color: green;\n + }\n \n - & .some-class {\n - font-size: 20px;\n - }\n - `}\n + & .some-class {\n + font-size: 20px;\n + }\n + `}\n >\n This will be blue until hovered.\n <div className=\"some-class\">This font size will be 20px</div>\n </div>\n );\n }\n \n const TestComponent = ({ children, ...props }) => (\n - <div\n - css={`\n - color: white;\n - background: black;\n - `}\n - >\n - {children}\n - </div>\n + <div css={`color: white; background: black`}>{children}</div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindention.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indention.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -97,31 +97,31 @@\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n @@ -133,24 +133,24 @@\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n # blabla ${a} ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstyled-components-with-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components-with-expressions.js format 1`\n \n - Snapshot - 30\n + Received + 27\n \n @@ -47,52 +47,49 @@\n }\n `;\n \n =====================================output=====================================\n const Button = styled.a`\n - /* Comment */\n - display: ${(props) => props.display};\n + /* Comment */\n + \tdisplay: ${(props) => props.display};\n `;\n \n styled.div`\n - display: ${(props) => props.display};\n - border: ${(props) => props.border}px;\n - margin: 10px ${(props) => props.border}px;\n + \tdisplay: ${(props) => props.display};\n + \tborder: ${(props) => props.border}px;\n + \tmargin: 10px ${(props) => props.border}px ;\n `;\n \n const EqualDivider = styled.div`\n - margin: 0.5rem;\n - padding: 1rem;\n - background: papayawhip;\n + margin: 0.5rem;\n + \t\tpadding: 1rem;\n + \tbackground: papayawhip ;\n \n - > * {\n - flex: 1;\n + \t> * {\n + \tflex: 1;\n \n - &:not(:first-child) {\n - ${(props) => (props.vertical ? \"margin-top\" : \"margin-left\")}: 1rem;\n - }\n - }\n + \t&:not(:first-child) {\n + \t\t\t${(props) => (props.vertical ? \"margin-top\" : \"margin-left\")}: 1rem;\n + \t\t}\n + \t}\n `;\n \n const header = css`\n - .top-bar {\n - background: black;\n - margin: 0;\n + .top-bar {background:black;\n + margin: 0;\n position: fixed;\n - top: 0;\n - left: 0;\n - width: 100%;\n - text-align: center;\n - padding: 15px 0 0 1em;\n - z-index: 9999;\n - }\n + \ttop: 0;left:0;\n + \twidth: 100%;\n + text-align: center ;\n + \tpadding: 15px 0 0 1em;\n + \t\tz-index: 9999;\n + }\n \n - .top-bar .logo {\n - height: 30px;\n - margin: auto;\n + .top-bar .logo {\n + height: 30px;\n + margin: auto; \n position: absolute;\n - left: 0;\n - right: 0;\n - }\n + \tleft: 0;right: 0;\n + }\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstyled-jsx-with-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-jsx-with-expressions.js format 1`\n \n - Snapshot - 17\n + Received + 16\n \n @@ -46,47 +46,46 @@\n `}</style>;\n \n =====================================output=====================================\n <style jsx>{`\n div {\n - display: ${expr};\n + display: ${expr};\n color: ${expr};\n ${expr};\n ${expr};\n background: red;\n - animation: ${expr} 10s ease-out;\n + animation: ${expr} 10s ease-out;\n }\n @media (${expr}) {\n - div.${expr} {\n - color: red;\n - }\n - ${expr} {\n - color: red;\n - }\n + div.${expr} {\n + color: red;\n + }\n + ${expr} {\n + color: red;\n + }\n }\n @media (min-width: ${expr}) {\n - div.${expr} {\n - color: red;\n - }\n - all${expr} {\n - color: red;\n - }\n + div.${expr} {\n + color: red;\n + }\n + all${expr} {\n + color: red;\n + }\n }\n @font-face {\n ${expr}\n }\n `}</style>;\n \n <style jsx>{`\n div {\n - animation: linear ${seconds}s ease-out;\n + animation: linear ${seconds}s ease-out;\n }\n `}</style>;\n \n <style jsx>{`\n div {\n - animation: 3s ease-in 1s ${(foo) => foo.getIterations()} reverse both paused\n - slidein;\n + animation: 3s ease-in 1s ${(foo) => foo.getIterations()} reverse both paused slidein;\n }\n `}</style>;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstyled-jsx.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-jsx.js format 1`\n \n - Snapshot - 64\n + Received + 48\n \n @@ -85,103 +85,87 @@\n }\n `;\n \n =====================================output=====================================\n <style jsx>{`\n - /* a comment */\n - div :global(.react-select) {\n - color: red;\n - display: none;\n - }\n + \t/* a comment */\n + \tdiv :global(.react-select) {\n + \t\tcolor: red; display: none\n + \t}\n `}</style>;\n \n <div>\n <style jsx>{`\n - /* a comment */\n - div :global(.react-select) {\n - color: red;\n - display: none;\n - }\n - `}</style>\n + \t/* a comment */\n + div :global(.react-select) {\n + color: red; display: none\n + }`}</style>\n </div>;\n \n <div>\n - <style jsx>{`\n - div {\n - color: red;\n - }\n - `}</style>\n + <style jsx>{`div{color:red}`}</style>\n </div>;\n \n <div>\n <style jsx>{`This is invalid css. \n Shouldn't fail.\n Shouldn't be formatted.`}</style>\n </div>;\n \n const header = css`\n - .top-bar {\n - background: black;\n - margin: 0;\n + .top-bar {background:black;\n + margin: 0;\n position: fixed;\n - top: 0;\n - left: 0;\n - width: 100%;\n - text-align: center;\n - padding: 15px 0 0 1em;\n - z-index: 9999;\n - }\n + \ttop: 0;left:0;\n + \twidth: 100%;\n + text-align: center ;\n + \tpadding: 15px 0 0 1em;\n + \t\tz-index: 9999;\n + }\n \n - .top-bar .logo {\n - height: 30px;\n - margin: auto;\n + .top-bar .logo {\n + height: 30px;\n + margin: auto; \n position: absolute;\n - left: 0;\n - right: 0;\n - }\n + \tleft: 0;right: 0;\n + }\n `;\n \n const headerResolve = css.resolve`\n - .top-bar {\n - background: black;\n - margin: 0;\n + .top-bar {background:black;\n + margin: 0;\n position: fixed;\n - top: 0;\n - left: 0;\n - width: 100%;\n - text-align: center;\n - padding: 15px 0 0 1em;\n - z-index: 9999;\n - }\n + \ttop: 0;left:0;\n + \twidth: 100%;\n + text-align: center ;\n + \tpadding: 15px 0 0 1em;\n + \t\tz-index: 9999;\n + }\n \n - .top-bar .logo {\n - height: 30px;\n - margin: auto;\n + .top-bar .logo {\n + height: 30px;\n + margin: auto; \n position: absolute;\n - left: 0;\n - right: 0;\n - }\n + \tleft: 0;right: 0;\n + }\n `;\n \n const headerGlobal = css.global`\n - .top-bar {\n - background: black;\n - margin: 0;\n + .top-bar {background:black;\n + margin: 0;\n position: fixed;\n - top: 0;\n - left: 0;\n - width: 100%;\n - text-align: center;\n - padding: 15px 0 0 1em;\n - z-index: 9999;\n - }\n + \ttop: 0;left:0;\n + \twidth: 100%;\n + text-align: center ;\n + \tpadding: 15px 0 0 1em;\n + \t\tz-index: 9999;\n + }\n \n - .top-bar .logo {\n - height: 30px;\n - margin: auto;\n + .top-bar .logo {\n + height: 30px;\n + margin: auto; \n position: absolute;\n - left: 0;\n - right: 0;\n - }\n + \tleft: 0;right: 0;\n + }\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 85,
"numPendingTests": 0,
"perfStats": {
"start": 384122.48457699997,
"end": 390060.518735,
"runtime": 5938,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 5,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-literals/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 0.4113760000327602,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 61.467689999961294,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 60.49889399996027,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 59.17156600009184,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 59.35100300004706,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 59.70768900006078,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 59.16284899995662,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 59.61160800000653,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 59.64816999994218,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 0.41690599999856204,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 60.32947500003502,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 59.367394000058994,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 59.48475199996028,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 59.30498500005342,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 59.23363600007724,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 58.918076999951154,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 59.24701199994888,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 59.51448800007347,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 0.7036599999992177,
"failureMessages": [
"css-prop.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `css-prop.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -34,35 +34,28 @@\n function SomeComponent(props) {\n // Create styles as if you're calling css and the class will be applied to the component\n return (\n <div\n css={`\n - color: blue;\n - font-size: 17 px;\n + color: blue;\n + font-size: 17 px;\n \n - &:hover {\n - color: green;\n - }\n + &:hover {\n + color: green;\n + }\n \n - & .some-class {\n - font-size: 20px;\n - }\n - `}\n + & .some-class {\n + font-size: 20px;\n + }\n + `}\n >\n This will be blue until hovered.\n <div className=\"some-class\">This font size will be 20px</div>\n </div>\n );\n }\n \n const TestComponent = ({ children, ...props }) => (\n - <div\n - css={`\n - color: white;\n - background: black;\n - `}\n - >\n - {children}\n - </div>\n + <div css={`color: white; background: black`}>{children}</div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 73.80305799993221,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 65.41791600000579,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 64.26514299993869,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 65.36171500000637,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 64.48280400002841,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 63.74555499991402,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 63.71755199995823,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 80.47999699995853,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 0.4420230000978336,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 83.28093300003093,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 91.13923400000203,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 78.02807300002314,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 71.31277000007685,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 65.9632729999721,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 90.03083900001366,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 69.02888200001325,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 67.87912800000049,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 0.8573559999931604,
"failureMessages": [
"indention.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indention.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -97,31 +97,31 @@\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n @@ -133,24 +133,24 @@\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n # blabla ${a} ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 68.16052499995567,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 71.87947499996517,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 65.0369499999797,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 64.21786600002088,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 64.199908999959,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 65.10945999994874,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 64.23529599991161,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 63.916863000020385,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 0.4241490000858903,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 61.199678000062704,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 59.9011429999955,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 59.63218399998732,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 59.87420899991412,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 60.02575699996669,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 61.176896999939345,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 59.99340400006622,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 59.70048700005282,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 0.41425100003834814,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 58.60868099995423,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 59.51639899995644,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 59.350877000018954,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 59.54798899998423,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 60.694786999956705,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 59.73685700003989,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 59.574220000067726,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 60.0615730000427,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"styled-components-with-expressions.js"
],
"duration": 1.034984999918379,
"failureMessages": [
"styled-components-with-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components-with-expressions.js format 1`\n \n - Snapshot - 30\n + Received + 27\n \n @@ -47,52 +47,49 @@\n }\n `;\n \n =====================================output=====================================\n const Button = styled.a`\n - /* Comment */\n - display: ${(props) => props.display};\n + /* Comment */\n + \tdisplay: ${(props) => props.display};\n `;\n \n styled.div`\n - display: ${(props) => props.display};\n - border: ${(props) => props.border}px;\n - margin: 10px ${(props) => props.border}px;\n + \tdisplay: ${(props) => props.display};\n + \tborder: ${(props) => props.border}px;\n + \tmargin: 10px ${(props) => props.border}px ;\n `;\n \n const EqualDivider = styled.div`\n - margin: 0.5rem;\n - padding: 1rem;\n - background: papayawhip;\n + margin: 0.5rem;\n + \t\tpadding: 1rem;\n + \tbackground: papayawhip ;\n \n - > * {\n - flex: 1;\n + \t> * {\n + \tflex: 1;\n \n - &:not(:first-child) {\n - ${(props) => (props.vertical ? \"margin-top\" : \"margin-left\")}: 1rem;\n - }\n - }\n + \t&:not(:first-child) {\n + \t\t\t${(props) => (props.vertical ? \"margin-top\" : \"margin-left\")}: 1rem;\n + \t\t}\n + \t}\n `;\n \n const header = css`\n - .top-bar {\n - background: black;\n - margin: 0;\n + .top-bar {background:black;\n + margin: 0;\n position: fixed;\n - top: 0;\n - left: 0;\n - width: 100%;\n - text-align: center;\n - padding: 15px 0 0 1em;\n - z-index: 9999;\n - }\n + \ttop: 0;left:0;\n + \twidth: 100%;\n + text-align: center ;\n + \tpadding: 15px 0 0 1em;\n + \t\tz-index: 9999;\n + }\n \n - .top-bar .logo {\n - height: 30px;\n - margin: auto;\n + .top-bar .logo {\n + height: 30px;\n + margin: auto; \n position: absolute;\n - left: 0;\n - right: 0;\n - }\n + \tleft: 0;right: 0;\n + }\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"styled-components-with-expressions.js"
],
"duration": 70.40250500000548,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"styled-components-with-expressions.js"
],
"duration": 69.09722400002647,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"styled-components-with-expressions.js"
],
"duration": 68.97274200001266,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"styled-components-with-expressions.js"
],
"duration": 69.75509699992836,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"styled-components-with-expressions.js"
],
"duration": 67.10843400005251,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"styled-components-with-expressions.js"
],
"duration": 73.17878399998881,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"styled-components-with-expressions.js"
],
"duration": 66.17391999997199,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"styled-components-with-expressions.js"
],
"duration": 69.7788559999317,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"styled-jsx-with-expressions.js"
],
"duration": 0.8126019999617711,
"failureMessages": [
"styled-jsx-with-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-jsx-with-expressions.js format 1`\n \n - Snapshot - 17\n + Received + 16\n \n @@ -46,47 +46,46 @@\n `}</style>;\n \n =====================================output=====================================\n <style jsx>{`\n div {\n - display: ${expr};\n + display: ${expr};\n color: ${expr};\n ${expr};\n ${expr};\n background: red;\n - animation: ${expr} 10s ease-out;\n + animation: ${expr} 10s ease-out;\n }\n @media (${expr}) {\n - div.${expr} {\n - color: red;\n - }\n - ${expr} {\n - color: red;\n - }\n + div.${expr} {\n + color: red;\n + }\n + ${expr} {\n + color: red;\n + }\n }\n @media (min-width: ${expr}) {\n - div.${expr} {\n - color: red;\n - }\n - all${expr} {\n - color: red;\n - }\n + div.${expr} {\n + color: red;\n + }\n + all${expr} {\n + color: red;\n + }\n }\n @font-face {\n ${expr}\n }\n `}</style>;\n \n <style jsx>{`\n div {\n - animation: linear ${seconds}s ease-out;\n + animation: linear ${seconds}s ease-out;\n }\n `}</style>;\n \n <style jsx>{`\n div {\n - animation: 3s ease-in 1s ${(foo) => foo.getIterations()} reverse both paused\n - slidein;\n + animation: 3s ease-in 1s ${(foo) => foo.getIterations()} reverse both paused slidein;\n }\n `}</style>;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"styled-jsx-with-expressions.js"
],
"duration": 66.87566200003494,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"styled-jsx-with-expressions.js"
],
"duration": 66.08888200006913,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"styled-jsx-with-expressions.js"
],
"duration": 65.30338900000788,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"styled-jsx-with-expressions.js"
],
"duration": 65.09482300002128,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"styled-jsx-with-expressions.js"
],
"duration": 64.19168699998409,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"styled-jsx-with-expressions.js"
],
"duration": 64.80297900002915,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"styled-jsx-with-expressions.js"
],
"duration": 70.43011299998034,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"styled-jsx-with-expressions.js"
],
"duration": 66.29506799997762,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"styled-jsx.js"
],
"duration": 1.2338549999985844,
"failureMessages": [
"styled-jsx.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-jsx.js format 1`\n \n - Snapshot - 64\n + Received + 48\n \n @@ -85,103 +85,87 @@\n }\n `;\n \n =====================================output=====================================\n <style jsx>{`\n - /* a comment */\n - div :global(.react-select) {\n - color: red;\n - display: none;\n - }\n + \t/* a comment */\n + \tdiv :global(.react-select) {\n + \t\tcolor: red; display: none\n + \t}\n `}</style>;\n \n <div>\n <style jsx>{`\n - /* a comment */\n - div :global(.react-select) {\n - color: red;\n - display: none;\n - }\n - `}</style>\n + \t/* a comment */\n + div :global(.react-select) {\n + color: red; display: none\n + }`}</style>\n </div>;\n \n <div>\n - <style jsx>{`\n - div {\n - color: red;\n - }\n - `}</style>\n + <style jsx>{`div{color:red}`}</style>\n </div>;\n \n <div>\n <style jsx>{`This is invalid css. \n Shouldn't fail.\n Shouldn't be formatted.`}</style>\n </div>;\n \n const header = css`\n - .top-bar {\n - background: black;\n - margin: 0;\n + .top-bar {background:black;\n + margin: 0;\n position: fixed;\n - top: 0;\n - left: 0;\n - width: 100%;\n - text-align: center;\n - padding: 15px 0 0 1em;\n - z-index: 9999;\n - }\n + \ttop: 0;left:0;\n + \twidth: 100%;\n + text-align: center ;\n + \tpadding: 15px 0 0 1em;\n + \t\tz-index: 9999;\n + }\n \n - .top-bar .logo {\n - height: 30px;\n - margin: auto;\n + .top-bar .logo {\n + height: 30px;\n + margin: auto; \n position: absolute;\n - left: 0;\n - right: 0;\n - }\n + \tleft: 0;right: 0;\n + }\n `;\n \n const headerResolve = css.resolve`\n - .top-bar {\n - background: black;\n - margin: 0;\n + .top-bar {background:black;\n + margin: 0;\n position: fixed;\n - top: 0;\n - left: 0;\n - width: 100%;\n - text-align: center;\n - padding: 15px 0 0 1em;\n - z-index: 9999;\n - }\n + \ttop: 0;left:0;\n + \twidth: 100%;\n + text-align: center ;\n + \tpadding: 15px 0 0 1em;\n + \t\tz-index: 9999;\n + }\n \n - .top-bar .logo {\n - height: 30px;\n - margin: auto;\n + .top-bar .logo {\n + height: 30px;\n + margin: auto; \n position: absolute;\n - left: 0;\n - right: 0;\n - }\n + \tleft: 0;right: 0;\n + }\n `;\n \n const headerGlobal = css.global`\n - .top-bar {\n - background: black;\n - margin: 0;\n + .top-bar {background:black;\n + margin: 0;\n position: fixed;\n - top: 0;\n - left: 0;\n - width: 100%;\n - text-align: center;\n - padding: 15px 0 0 1em;\n - z-index: 9999;\n - }\n + \ttop: 0;left:0;\n + \twidth: 100%;\n + text-align: center ;\n + \tpadding: 15px 0 0 1em;\n + \t\tz-index: 9999;\n + }\n \n - .top-bar .logo {\n - height: 30px;\n - margin: auto;\n + .top-bar .logo {\n + height: 30px;\n + margin: auto; \n position: absolute;\n - left: 0;\n - right: 0;\n - }\n + \tleft: 0;right: 0;\n + }\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"styled-jsx.js"
],
"duration": 72.29863500001375,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"styled-jsx.js"
],
"duration": 70.5479279999854,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"styled-jsx.js"
],
"duration": 88.1294840000337,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"styled-jsx.js"
],
"duration": 76.5840629999293,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"styled-jsx.js"
],
"duration": 72.80631800007541,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"styled-jsx.js"
],
"duration": 70.64144899998792,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"styled-jsx.js"
],
"duration": 69.17801899998449,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"styled-jsx.js"
],
"duration": 73.26244100008626,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comments2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments2.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -25,15 +25,17 @@\n break;// comment5c\n }\n \n =====================================output=====================================\n switch (1) {\n - default: // comment1\n + default:\n + // comment1\n }\n \n switch (2) {\n - default: // comment2\n + default:\n + // comment2\n //comment2a\n }\n \n switch (3) {\n default: // comment3\n @@ -46,12 +48,13 @@\n break; // comment4b\n }\n \n switch (5) {\n default: // comment5\n + //comment5b\n // comment5a\n foo();\n - bar(); //comment5b\n + bar();\n break; // comment5c\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 103)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 53,
"numPendingTests": 0,
"perfStats": {
"start": 390178.90276300005,
"end": 393470.89591500006,
"runtime": 3292,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 5,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/switch/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.5634690000442788,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 63.50464399997145,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 63.32134300004691,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.41854300000705,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.196890000021085,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.90543799998704,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.0983459999552,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.02260100003332,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.69672000000719,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 0.6946309999329969,
"failureMessages": [
"comments2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments2.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -25,15 +25,17 @@\n break;// comment5c\n }\n \n =====================================output=====================================\n switch (1) {\n - default: // comment1\n + default:\n + // comment1\n }\n \n switch (2) {\n - default: // comment2\n + default:\n + // comment2\n //comment2a\n }\n \n switch (3) {\n default: // comment3\n @@ -46,12 +48,13 @@\n break; // comment4b\n }\n \n switch (5) {\n default: // comment5\n + //comment5b\n // comment5a\n foo();\n - bar(); //comment5b\n + bar();\n break; // comment5c\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 103)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 60.04959900001995,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 60.17388600006234,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 60.69271500001196,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 59.60469100007322,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 59.64366699999664,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 60.84268400003202,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 59.4159450000152,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 60.092222000006586,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 0.4356499999994412,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 63.89181399997324,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 61.63369300006889,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 60.20462700002827,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 60.30872100009583,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 59.71286400000099,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 60.30806900002062,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 61.08022500004154,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 62.139845999889076,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 0.4264030000194907,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 60.788061999948695,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 59.711046000011265,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 59.73412499995902,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 59.58786000008695,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 59.31944099999964,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 58.92520699999295,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 58.49296399997547,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 58.956856000004336,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 0.431633000029251,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 61.997945999959484,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 63.440692000091076,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 58.34277300001122,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 58.51322299998719,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 58.42497600009665,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 58.5056180000538,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 59.44804299995303,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 60.06579599995166,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 0.5059409999521449,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 73.9507679999806,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 61.50532400002703,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 61.40069299994502,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 62.401580000063404,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 59.94750999996904,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 60.16395099996589,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 60.04751399997622,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 60.18968800001312,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 393575.39929699997,
"end": 394131.259532,
"runtime": 556,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/spread/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"spread.js"
],
"duration": 0.44348499993793666,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 61.35799200006295,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 60.98987699998543,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 59.21459000010509,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 58.64180199999828,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 59.791557000018656,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 60.76335999998264,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 60.020702000008896,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 59.10845100006554,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 7\n + Received + 1\n \n @@ -17,15 +17,9 @@\n ;\n \n =====================================output=====================================\n +(\n // prettier-ignore\n - ((\n - first\n - )\n - ,\n - (\n - last\n - ))\n + (first, last)\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 105)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesized.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -26,19 +26,21 @@\n );\n \n =====================================output=====================================\n console.log(\n /* 1 */\n +\n /* 2 */\n - (/* 3 */\n - first,\n +\n + /* 3 */\n + (first,\n /* 4 */\n /* 5 */\n /* 6 */\n +\n /* 7 */\n last),\n /* 8 */\n - /* 9 */\n /* 10 */\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 105)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 25,
"numPendingTests": 0,
"perfStats": {
"start": 394232.38698600006,
"end": 395837.46263300005,
"runtime": 1605,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sequence-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"export-default.js"
],
"duration": 0.433786999899894,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 59.94915100000799,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 58.529722000006586,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 58.402808999991976,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 59.074811000027694,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 58.74407199991401,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 60.14342600002419,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 58.33592800004408,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 58.8519039999228,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 0.6399209999945015,
"failureMessages": [
"ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 7\n + Received + 1\n \n @@ -17,15 +17,9 @@\n ;\n \n =====================================output=====================================\n +(\n // prettier-ignore\n - ((\n - first\n - )\n - ,\n - (\n - last\n - ))\n + (first, last)\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 105)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 58.77091000007931,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 59.32286199997179,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 59.473517000093125,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 59.04775500006508,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 59.188562000053935,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 60.11986099998467,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 60.075397000066005,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 58.68661700002849,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 0.6143729999894276,
"failureMessages": [
"parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesized.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -26,19 +26,21 @@\n );\n \n =====================================output=====================================\n console.log(\n /* 1 */\n +\n /* 2 */\n - (/* 3 */\n - first,\n +\n + /* 3 */\n + (first,\n /* 4 */\n /* 5 */\n /* 6 */\n +\n /* 7 */\n last),\n /* 8 */\n - /* 9 */\n /* 10 */\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 105)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 59.724181000026874,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 60.50770000007469,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 58.78966899996158,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 59.58565199992154,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 59.236094999942,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 60.378788999980316,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 60.14392599998973,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 59.752616000012495,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 395936.907938,
"end": 396526.4535550001,
"runtime": 590,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sequence-break/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"break.js"
],
"duration": 0.597171000088565,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 70.08788500004448,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 67.57524399994873,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 63.551402999903075,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 63.87980500003323,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 62.46669799997471,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 63.00803200004157,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 62.57798200007528,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 64.68765199999325,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 396628.003634,
"end": 397785.3122420001,
"runtime": 1157,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/return/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 0.42725499998778105,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 63.287229000008665,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 62.30341499997303,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 61.9277160000056,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 63.93844599998556,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 61.547351000015624,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 62.13131800002884,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 61.80323199997656,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 61.94659700000193,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.49160399998072535,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 107.54154299991205,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 63.135434000054374,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.85900399996899,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.10690499993507,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.68415200000163,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.87315700005274,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.5215249999892,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.45079600007739,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 397886.735236,
"end": 399527.853068,
"runtime": 1641,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/require-amd/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 0.495210999972187,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 60.032256999984384,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 60.206850999966264,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 60.206088999984786,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 59.40842599992175,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 60.139495000010356,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 59.22920599998906,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 60.30194300005678,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 59.72553599998355,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 0.4203119999729097,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 59.22823899996001,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 71.21900499996264,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 61.19719799992163,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 58.76137700001709,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 59.129210000042804,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 60.202472000033595,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 60.11376700003166,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 60.11881899996661,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 0.4815549999475479,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 64.23049700004049,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 62.365723999915645,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 61.18610399996396,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 60.240515999961644,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 60.21995399997104,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 60.07011099997908,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 60.891895999899134,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 61.76883600000292,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "require.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `require.js format 1`\n \n - Snapshot - 8\n + Received + 7\n \n @@ -48,16 +48,15 @@\n eleven1,\n } = require(\"./my-utils\");\n \n const MyReallyExtrememlyLongModuleName = require(\"MyReallyExtrememlyLongModuleName\");\n \n - const plugin = require(\n - global.STANDALONE\n - ? path.join(__dirname, \"../standalone.js\")\n - : path.join(__dirname, \"..\"),\n - );\n + const plugin = require(global.STANDALONE\n + ? path.join(__dirname, \"../standalone.js\")\n + : path.join(__dirname, \"..\"));\n \n - const plugin2 = require(\n - path.join(__dirname, global.STANDALONE ? \"../standalone.js\" : \"..\"),\n - );\n + const plugin2 = require(path.join(\n + __dirname,\n + global.STANDALONE ? \"../standalone.js\" : \"..\",\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 399629.130984,
"end": 400185.487733,
"runtime": 556,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/require/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"require.js"
],
"duration": 0.8990620000986382,
"failureMessages": [
"require.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `require.js format 1`\n \n - Snapshot - 8\n + Received + 7\n \n @@ -48,16 +48,15 @@\n eleven1,\n } = require(\"./my-utils\");\n \n const MyReallyExtrememlyLongModuleName = require(\"MyReallyExtrememlyLongModuleName\");\n \n - const plugin = require(\n - global.STANDALONE\n - ? path.join(__dirname, \"../standalone.js\")\n - : path.join(__dirname, \"..\"),\n - );\n + const plugin = require(global.STANDALONE\n + ? path.join(__dirname, \"../standalone.js\")\n + : path.join(__dirname, \"..\"));\n \n - const plugin2 = require(\n - path.join(__dirname, global.STANDALONE ? \"../standalone.js\" : \"..\"),\n - );\n + const plugin2 = require(path.join(\n + __dirname,\n + global.STANDALONE ? \"../standalone.js\" : \"..\",\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 62.87447299994528,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 62.30375099997036,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 61.933749999967404,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 61.057732000015676,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 60.988081999938004,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 61.87424699997064,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 61.00214600004256,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 61.91605800006073,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "array.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `array.js format 1`\n \n - Snapshot - 0\n + Received + 1\n \n @@ -18,6 +18,7 @@\n 7 | ,\n 8 | a,\n 9 | ]\n =====================================output=====================================\n a = [, , , , , , , a];\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -16,12 +16,11 @@\n 8 | );\n 9 |\n 10 | }\n 11 |\n =====================================output=====================================\n - function a(\n - ){\n + function a() {\n a();\n b();\n c();\n d();\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-3.js format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -12,13 +12,11 @@\n | ^^^^^^^^^^^^^^^^^\n 5 | ); d(\n 6 | );\n 7 |\n =====================================output=====================================\n - a (\n - );\n - b (\n - ); c (\n - ); d(\n - );\n + a();\n + b();\n + c();\n + d();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -10,11 +10,13 @@\n 2 | // The range will be 13~26\n 3 | // `foo` ends at 13, should not format\n 4 | // `bar` ends at 26, should format\n 5 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~26\n // `foo` ends at 13, should not format\n // `bar` ends at 26, should format\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-declaration.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -13,13 +13,12 @@\n | ^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n -\n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndifferent-levels.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `different-levels.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -13,11 +13,11 @@\n > 4 | call(1,2,3)\n | ^^^^^^^^^\n 5 | }\n 6 |\n =====================================output=====================================\n - call(1,2,3)\n + call(1, 2, 3);\n call(1, 2, 3);\n function f() {\n call(1, 2, 3);\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndirective.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n | ^\n 2 | 'bbb';\n 3 |\n =====================================output=====================================\n \"aaa\";\n - 'bbb';\n + \"bbb\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,10 +9,10 @@\n > 2 | quux (); //\n | ^^^^^^^^^^^^^\n 3 | });\n 4 |\n =====================================output=====================================\n - let fn =a((x ) => {\n + let fn = a((x) => {\n quux(); //\n });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nignore-indentation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-indentation.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - \t \t `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-7082.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-7082.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n | ^^^^^\n 3 | `;\n 4 |\n =====================================output=====================================\n export const Button = styled.button`\n - color: blue;\n + color: blue;\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export1.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export2.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -17,15 +17,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export3.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n > 8 | export default 42\n | ^^^^\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n export default 42;\n -\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-import.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-import.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -17,14 +17,12 @@\n 9 |\n 10 |\n =====================================output=====================================\n import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmultiple-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -25,18 +25,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmultiple-statements2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements2.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -29,18 +29,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -18,9 +18,8 @@\n =====================================output=====================================\n try {\n if (condition) {\n body;\n }\n - }\n - catch (err) {}\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested3.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,12 +15,12 @@\n 5 | }\n 6 | catch (err) {}\n 7 |\n =====================================output=====================================\n try {\n - 1;if (condition) {\n - body;\n - }\n - }\n - catch (err) {}\n + 1;\n + if (condition) {\n + body;\n + }\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobject-expression2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-expression2.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -20,11 +20,10 @@\n > 9 | },\n | ^^^^^^\n 10 | ]\n 11 |\n =====================================output=====================================\n -\n const y = [\n {\n a: 1,\n },\n {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-end.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -18,12 +18,10 @@\n | ^^^^^\n > 9 | );\n | ^^\n =====================================output=====================================\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n + call(1, 2, 3);\n \n - call(1, 2, 3);\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-start.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-start.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -20,12 +20,9 @@\n 9 | );\n 10 |\n =====================================output=====================================\n call(1, 2, 3);\n \n -\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreversed-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `reversed-range.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^^^^^^^^^^^^^ [Reversed range]\n 2 | // The range will be 26~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 26~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstart-equals-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `start-equals-end.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^\n 2 | // The range will be 13~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwhitespace.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `whitespace.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -7,8 +7,7 @@\n =====================================input======================================\n > 1 | \n | ^\n 2 |\n =====================================output=====================================\n - \n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 25,
"numPassingTests": 308,
"numPendingTests": 0,
"perfStats": {
"start": 400296.076117,
"end": 420529.34291199996,
"runtime": 20233,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 25,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/range/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"array.js"
],
"duration": 1.1137719999533147,
"failureMessages": [
"array.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `array.js format 1`\n \n - Snapshot - 0\n + Received + 1\n \n @@ -18,6 +18,7 @@\n 7 | ,\n 8 | a,\n 9 | ]\n =====================================output=====================================\n a = [, , , , , , , a];\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.390083999955095,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.64049299992621,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 59.37764800002333,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.326485999976285,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.43760900001507,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 59.977949999971315,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.37605500000063,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 59.88489099999424,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 0.8066010000184178,
"failureMessages": [
"boundary-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -16,12 +16,11 @@\n 8 | );\n 9 |\n 10 | }\n 11 |\n =====================================output=====================================\n - function a(\n - ){\n + function a() {\n a();\n b();\n c();\n d();\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 60.824809999903664,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 60.91851499991026,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 60.43756799993571,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 60.905483999988064,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 59.6489120000042,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 59.419620000058785,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 60.11688400001731,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 60.42523399996571,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 0.7887270000064746,
"failureMessages": [
"boundary-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-3.js format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -12,13 +12,11 @@\n | ^^^^^^^^^^^^^^^^^\n 5 | ); d(\n 6 | );\n 7 |\n =====================================output=====================================\n - a (\n - );\n - b (\n - ); c (\n - ); d(\n - );\n + a();\n + b();\n + c();\n + d();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 60.16875199996866,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 59.90867200004868,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 60.56530500005465,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 59.18783700000495,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 58.90966699994169,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 59.549966000020504,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 59.91240400006063,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 60.86876099999063,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 0.7969319999683648,
"failureMessages": [
"boundary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -10,11 +10,13 @@\n 2 | // The range will be 13~26\n 3 | // `foo` ends at 13, should not format\n 4 | // `bar` ends at 26, should format\n 5 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~26\n // `foo` ends at 13, should not format\n // `bar` ends at 26, should format\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 60.48241100006271,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 61.32055299996864,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 60.1613349999534,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 60.90531900001224,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 59.53495000000112,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 60.30857799993828,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 59.91877599991858,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 60.36210800008848,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 0.732082000002265,
"failureMessages": [
"class-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-declaration.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -13,13 +13,12 @@\n | ^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n -\n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 61.02864900010172,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 62.85956300003454,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 59.822440000018105,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 60.44578399998136,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 59.703891000011936,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 60.43261000001803,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 60.88409299997147,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 60.193942000041716,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 0.7334340000525117,
"failureMessages": [
"different-levels.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `different-levels.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -13,11 +13,11 @@\n > 4 | call(1,2,3)\n | ^^^^^^^^^\n 5 | }\n 6 |\n =====================================output=====================================\n - call(1,2,3)\n + call(1, 2, 3);\n call(1, 2, 3);\n function f() {\n call(1, 2, 3);\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 60.3141539999051,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 60.01160600001458,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 60.00695000006817,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 60.18634899996687,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 60.08820100000594,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 60.52302800002508,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 60.5665619999636,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 60.51106599997729,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 0.7281550000188872,
"failureMessages": [
"directive.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n | ^\n 2 | 'bbb';\n 3 |\n =====================================output=====================================\n \"aaa\";\n - 'bbb';\n + \"bbb\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 60.39140399999451,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 59.89062199997716,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 59.256167999934405,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 60.16057400009595,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 59.39912099996582,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 59.381138999946415,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 59.84423699998297,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 59.17775899998378,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 0.7676379999611527,
"failureMessages": [
"function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,10 +9,10 @@\n > 2 | quux (); //\n | ^^^^^^^^^^^^^\n 3 | });\n 4 |\n =====================================output=====================================\n - let fn =a((x ) => {\n + let fn = a((x) => {\n quux(); //\n });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 65.22637799999211,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 60.54851500003133,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 60.5700680000009,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 60.7329590000445,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 61.31370599998627,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 60.67622699995991,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 59.68809100007638,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 61.125368000008166,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 0.5728250000393018,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 61.27503699995577,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 62.228082999936305,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 61.01754200004507,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 60.46436400001403,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 60.550760000012815,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 60.917608999996446,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 61.33517900004517,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 61.09318700002041,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 0.7969520000042394,
"failureMessages": [
"ignore-indentation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-indentation.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - \t \t `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 60.16806799999904,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 60.629635000019334,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 60.02972500002943,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 60.07227000000421,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 60.56834200001322,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 61.09635500004515,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 60.59956100001,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 60.08910600002855,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 0.5825640000402927,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 60.7922940000426,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 61.360350999981165,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 60.30875199998263,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 60.1293060000753,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 59.771340000093915,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 60.66183699993417,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 60.75070100009907,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 61.408825000049546,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 0.6267259999876842,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 60.823899999959394,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 62.04965800000355,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 60.10452000005171,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 60.19412499992177,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 60.63862500002142,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 60.52820599998813,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 60.96888299996499,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 61.368972999975085,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 0.5813420000486076,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 61.20989400008693,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 60.14834099996369,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 60.121701000025496,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 59.625408000079915,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 60.631786999991164,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 59.47999200003687,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 60.26176999998279,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 60.34993799997028,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 0.6489979999605566,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 63.06743500009179,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 66.82255399995483,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 60.256765000056475,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 60.33896399999503,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 59.80233799992129,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 60.64438399998471,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 59.72950400004629,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 60.6879300000146,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 0.5733270000200719,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 60.546005000011064,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 60.813502999953926,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 61.13330300000962,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 61.084511999972165,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 60.675427000038326,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 60.23653100000229,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 60.45377699995879,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 59.88531399995554,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 0.5595810000086203,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 60.25445000000764,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 59.89103699999396,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 59.44655899994541,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 59.219168000039645,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 59.85641399992164,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 60.220994000090286,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 60.330712000024505,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 59.89363599999342,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 0.7857020000228658,
"failureMessages": [
"issue-7082.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-7082.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n | ^^^^^\n 3 | `;\n 4 |\n =====================================output=====================================\n export const Button = styled.button`\n - color: blue;\n + color: blue;\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 61.28353499993682,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 60.9065469999332,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 61.08236700005364,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 60.56709200004116,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 62.24544000008609,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 60.71947300003376,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 63.14466099999845,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 61.15432099997997,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 0.6017399999545887,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 61.30295899999328,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 61.315933000063524,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 59.89278100000229,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 60.233568999916315,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 60.63681000005454,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 60.484516000025906,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 61.60055299999658,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 60.73106199991889,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 0.8347229999490082,
"failureMessages": [
"module-export1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export1.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 61.373274000012316,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 64.13907400006428,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 60.50279000005685,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 59.859614000073634,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 59.721696999971755,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 60.34349899995141,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 60.04871000000276,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 59.98420200007968,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 0.7214320000493899,
"failureMessages": [
"module-export2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export2.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -17,15 +17,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 60.23671000008471,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 61.86996599996928,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 61.05959299998358,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 61.12036800000351,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 60.47495900001377,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 60.60311699996237,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 60.467868000036106,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 62.197466999990866,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 0.7974939999403432,
"failureMessages": [
"module-export3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export3.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n > 8 | export default 42\n | ^^^^\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n export default 42;\n -\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 61.11060999997426,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 59.675832999986596,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 59.32250299991574,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 60.12773299997207,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 59.49968200002331,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 60.66819300001953,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 60.90210599999409,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 60.45061999990139,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 0.7893389998935163,
"failureMessages": [
"module-import.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-import.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -17,14 +17,12 @@\n 9 |\n 10 |\n =====================================output=====================================\n import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 60.51283299992792,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 60.49647799995728,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 59.96238700009417,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 60.95270500006154,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 59.77615099994,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 60.67304600006901,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 60.529374999925494,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 60.08540599991102,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 0.7752120000077412,
"failureMessages": [
"multiple-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -25,18 +25,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 62.218143000034615,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 60.936041000066325,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 59.838530000066385,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 59.68378100008704,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 60.323870999971405,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 60.37151199998334,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 60.49327600002289,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 60.99880299996585,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 0.7857019999064505,
"failureMessages": [
"multiple-statements2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements2.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -29,18 +29,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 60.19782799994573,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 60.70001000002958,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 59.88616999995429,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 61.22102000005543,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 60.52868600003421,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 61.82461700006388,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 59.74273199995514,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 60.78558599995449,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 0.5947160000214353,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 60.78410100005567,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 60.801881000050344,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 60.9272850000998,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 61.38046699995175,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 59.91212600003928,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 60.73535600001924,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 61.873028999892995,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 62.18811000010464,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.6650369999697432,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 61.69927199999802,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 61.27453100006096,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 61.226820999989286,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 62.0492320000194,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.0343339999672,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.73569900006987,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.30516600003466,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.75933700008318,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 0.784207999939099,
"failureMessages": [
"nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -18,9 +18,8 @@\n =====================================output=====================================\n try {\n if (condition) {\n body;\n }\n - }\n - catch (err) {}\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 61.82109699991997,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 60.134293999988586,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 59.905891000060365,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 59.775232000043616,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 61.067960000014864,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 59.56282500002999,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 60.25882700004149,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 59.71593499998562,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 0.7438069999916479,
"failureMessages": [
"nested3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested3.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,12 +15,12 @@\n 5 | }\n 6 | catch (err) {}\n 7 |\n =====================================output=====================================\n try {\n - 1;if (condition) {\n - body;\n - }\n - }\n - catch (err) {}\n + 1;\n + if (condition) {\n + body;\n + }\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 60.77567999996245,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 60.45274600002449,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 60.72748500003945,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 60.314916000002995,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 60.648649999988265,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 60.42550800007302,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 60.314202999928966,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 60.89192700001877,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 0.5612680000485852,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 61.02809899998829,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 60.78062800003681,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 60.340574000030756,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 60.50342299998738,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 61.088672999991104,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 61.504133000038564,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 60.892575000063516,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 61.01300400006585,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 0.801844000001438,
"failureMessages": [
"object-expression2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-expression2.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -20,11 +20,10 @@\n > 9 | },\n | ^^^^^^\n 10 | ]\n 11 |\n =====================================output=====================================\n -\n const y = [\n {\n a: 1,\n },\n {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 61.641308999969624,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 61.888589999987744,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 61.54687099996954,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 61.05900400003884,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 60.49819899990689,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 61.01194500003476,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 61.12836299999617,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 61.23262300004717,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 0.7526530000614002,
"failureMessages": [
"range-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-end.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -18,12 +18,10 @@\n | ^^^^^\n > 9 | );\n | ^^\n =====================================output=====================================\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n + call(1, 2, 3);\n \n - call(1, 2, 3);\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 60.525753999943845,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 73.93187299999408,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 62.43366900004912,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 60.86334899999201,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 66.17679800000042,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 61.70827299996745,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 61.40269899996929,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 65.1521650000941,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 0.8834049999713898,
"failureMessages": [
"range-start.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-start.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -20,12 +20,9 @@\n 9 | );\n 10 |\n =====================================output=====================================\n call(1, 2, 3);\n \n -\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 60.322867000009865,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 60.34064200008288,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 60.11539600009564,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 59.91869399999268,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 60.74805599998217,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 61.71347199997399,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 61.00732099998277,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 60.63113400002476,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.9618710000067949,
"failureMessages": [
"range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 63.4464830000652,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 62.75518600002397,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 60.971610999898985,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 61.21195699996315,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 60.62990299996454,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 61.830702999955975,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 60.9466689999681,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 61.05420300003607,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 0.7874679999658838,
"failureMessages": [
"reversed-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `reversed-range.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^^^^^^^^^^^^^ [Reversed range]\n 2 | // The range will be 26~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 26~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 59.6868999999715,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 60.38549400004558,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 60.433274999959394,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 60.32791900006123,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 59.61994700005744,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 59.99395999999251,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 60.41436799999792,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 60.05405100004282,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 0.8367280000820756,
"failureMessages": [
"start-equals-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `start-equals-end.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^\n 2 | // The range will be 13~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 59.92724500002805,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 60.41343800001778,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 59.866263999952935,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 59.49127899995074,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 60.10464400006458,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 59.19323800003622,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 64.52510000008624,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 59.61473499995191,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 0.544857999891974,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 59.85793100006413,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 61.03641799988691,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 60.942379999905825,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 60.17531099996995,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 61.079074000008404,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 61.00632799998857,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 61.575178000028245,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 60.884851999930106,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 0.7519020000472665,
"failureMessages": [
"whitespace.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `whitespace.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -7,8 +7,7 @@\n =====================================input======================================\n > 1 | \n | ^\n 2 |\n =====================================output=====================================\n - \n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 60.21379800001159,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 60.61135300004389,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 60.35527900001034,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 60.318459999980405,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 60.379521999973804,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 59.70548600004986,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 60.46948500000872,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 60.83868899999652,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 420674.609768,
"end": 423058.49198500003,
"runtime": 2384,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/preserve-line/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 0.6167679999489337,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 72.4924840000458,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 71.1390530000208,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 65.53545500000473,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 66.44673199998215,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 66.08211499999743,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 71.15715800004546,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 67.3192000000272,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 68.13251100003254,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.5523469999898225,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 63.28578600008041,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.1759810000658,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.53197300003376,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.58891299995594,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.701885999995284,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.026824000058696,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.0573929999955,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.96062499994878,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 0.5090670000063255,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 79.50738099997398,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 66.94524099992123,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 65.49065900000278,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 65.07835000008345,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 65.26934500003699,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 65.82953600003384,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 67.14415499998722,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 67.56793099991046,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 0.5746600000420585,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 76.1543740000343,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 66.62110700004268,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 64.38252800004557,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 64.70314800005872,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 63.52813700004481,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 67.60418799996842,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 65.74645800003782,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 63.94917199993506,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 423166.70365800004,
"end": 424408.35931100004,
"runtime": 1242,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/performance/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 0.45495600008871406,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 88.90665200003423,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 74.7721550000133,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 69.52227800001856,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 69.33640999998897,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 68.2941479999572,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 72.5270990000572,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 73.57269499998074,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 71.20142900000792,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.42559400002937764,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 68.39033300010487,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 67.02530600002501,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 64.58492699998897,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 63.18857600004412,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 63.704112000064924,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 63.46979600004852,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 64.8907360000303,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 63.78027300001122,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "chaining.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chaining.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -98,18 +98,18 @@\n a?.();\n a?.[++x];\n a?.b.c(++x).d;\n a?.b[3].c?.(x).d;\n a?.b.c;\n - (a?.b).c;\n + a?.b.c;\n a?.b?.c;\n delete a?.b;\n \n a?.b[3].c?.(x).d.e?.f[3].g?.(y).h;\n \n - (a?.b).c();\n - (a?.b[c]).c();\n + a?.b.c();\n + a?.b[c].c();\n \n a?.b?.c.d?.e;\n (a ? b : c)?.d;\n \n (list || list2)?.length;\n @@ -125,33 +125,33 @@\n a?.[b?.c].d();\n a[b?.c]?.d();\n a?.[b?.c]?.d();\n \n one?.fn();\n - (one?.two).fn();\n - (one?.two)();\n - (one?.two())();\n + one?.two.fn();\n + one?.two();\n + one?.two()();\n one.two?.fn();\n - (one.two?.three).fn();\n + one.two?.three.fn();\n one.two?.three?.fn();\n \n one?.();\n - (one?.())();\n + one?.()();\n one?.()?.();\n \n - (one?.()).two;\n + one?.().two;\n \n a?.[b ? c : d];\n \n (-1)?.toFixed();\n (void fn)?.();\n (a && b)?.();\n (a ? b : c)?.();\n (function () {})?.();\n (() => f)?.();\n (() => f)?.x;\n - (a?.(x)).x;\n + a?.(x).x;\n (\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa\n )?.();\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 113)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 26,
"numPendingTests": 0,
"perfStats": {
"start": 424558.14987200004,
"end": 426352.40056599997,
"runtime": 1794,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-chaining/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"chaining.js"
],
"duration": 0.8660290000261739,
"failureMessages": [
"chaining.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chaining.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -98,18 +98,18 @@\n a?.();\n a?.[++x];\n a?.b.c(++x).d;\n a?.b[3].c?.(x).d;\n a?.b.c;\n - (a?.b).c;\n + a?.b.c;\n a?.b?.c;\n delete a?.b;\n \n a?.b[3].c?.(x).d.e?.f[3].g?.(y).h;\n \n - (a?.b).c();\n - (a?.b[c]).c();\n + a?.b.c();\n + a?.b[c].c();\n \n a?.b?.c.d?.e;\n (a ? b : c)?.d;\n \n (list || list2)?.length;\n @@ -125,33 +125,33 @@\n a?.[b?.c].d();\n a[b?.c]?.d();\n a?.[b?.c]?.d();\n \n one?.fn();\n - (one?.two).fn();\n - (one?.two)();\n - (one?.two())();\n + one?.two.fn();\n + one?.two();\n + one?.two()();\n one.two?.fn();\n - (one.two?.three).fn();\n + one.two?.three.fn();\n one.two?.three?.fn();\n \n one?.();\n - (one?.())();\n + one?.()();\n one?.()?.();\n \n - (one?.()).two;\n + one?.().two;\n \n a?.[b ? c : d];\n \n (-1)?.toFixed();\n (void fn)?.();\n (a && b)?.();\n (a ? b : c)?.();\n (function () {})?.();\n (() => f)?.();\n (() => f)?.x;\n - (a?.(x)).x;\n + a?.(x).x;\n (\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa\n )?.();\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 113)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 84.12546899996232,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 74.12799000006635,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 69.00172300008126,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 68.48639699991327,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 68.65281900006812,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 74.18717900000047,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 72.24906299996655,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 81.02485400007572,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.516840000054799,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 66.60748799995054,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 65.2298249999294,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 63.746626000036485,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.23621799994726,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.82089500001166,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 65.93106099998113,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 64.10710000002291,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 64.48631200008094,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 0.42761500005144626,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 65.89360100007616,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 61.100233000004664,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 60.21418500004802,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 59.836441999999806,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 60.25997999997344,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 61.21150500001386,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 61.1162310000509,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 61.06451499997638,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 426457.788201,
"end": 426997.134852,
"runtime": 539,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-catch-binding/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 0.4452269999310374,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 59.51280599995516,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 60.209036999964155,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 60.38368999992963,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 58.88577599998098,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 58.75176700006705,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 61.11776400008239,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 60.086378000094555,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 60.03617800003849,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 427104.271455,
"end": 429354.553642,
"runtime": 2250,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-prop-break-in/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.44434599997475743,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.24571299995296,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.890170000027865,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.40830799995456,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.49054100003559,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.00635699997656,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.51477800006978,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.82590799999889,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.334253999986686,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 0.4340470000170171,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 60.7041479999898,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 60.0882579999743,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 60.23183099995367,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 60.43329000007361,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 60.754092000075616,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 60.62188799993601,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 61.218302999972366,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 60.241073000011966,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 0.44892400002572685,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 63.446132999961264,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 64.6189510000404,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 61.883140000049025,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 62.198159000021406,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 60.70956800004933,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 61.426406000042334,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 61.39109200006351,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 61.837922999984585,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.43176200008019805,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 65.35853600001428,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 67.2097819999326,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 63.0005110000493,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 65.92208599997684,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 62.64080000005197,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 76.49774999998044,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 66.2511269999668,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 64.99705299991183,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 429461.45997,
"end": 430034.65345100005,
"runtime": 573,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/nullish-coalescing/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 0.625402000034228,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 65.53121199994348,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 63.32015199994203,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 62.33705800003372,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 62.88586999999825,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 62.244261000072584,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 63.455446000094526,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 64.04594900005031,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 64.2334049999481,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 430142.11518799997,
"end": 431824.32639500004,
"runtime": 1682,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/new-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"call.js"
],
"duration": 0.4156829999992624,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 61.76073900004849,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.741044000023976,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 61.981213000020944,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 61.69435199990403,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 61.157608000095934,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 61.07197900000028,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 61.40525200008415,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 61.080258999951184,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 0.48842700000386685,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 63.814069999963976,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 63.16615099995397,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 62.67538599995896,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 62.467238000012,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 62.18123700004071,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 62.72764900000766,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 62.97851499996614,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 63.35774999996647,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 0.4118739999830723,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 62.748609000002034,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 62.8127150000073,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 62.565246000071056,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 61.84956200001761,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 60.762045000097714,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 62.67105799994897,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 63.80360900005326,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 62.28504299989436,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 431930.583287,
"end": 433652.04054400005,
"runtime": 1721,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/member/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"conditional.js"
],
"duration": 0.4899569998960942,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 62.44601299997885,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 62.44452499994077,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 61.74555200000759,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 62.341995999915525,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 61.65494700009003,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 61.94844499998726,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 62.756273000035435,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 62.715209000045434,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 0.42838399996981025,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 71.36583499994595,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 68.45342600008007,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 66.39043599995784,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 65.13921599998139,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 65.88380499999039,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 66.66640799993183,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 66.98621999996249,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 65.91827799996827,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 0.4533209999790415,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 61.35689599998295,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 62.879440999939106,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 61.710650000022724,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 62.41027199989185,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 60.948076999979094,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 60.826099000056274,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 62.382621000055224,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 61.12935300008394,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 433760.91487599997,
"end": 434921.685095,
"runtime": 1161,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/logical_expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 0.4140079999342561,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 62.95640999998432,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 63.05034800001886,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 62.044545000069775,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 61.529924000031315,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 63.130465000052936,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 63.31520399998408,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 62.8804999999702,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 63.36046100000385,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 0.4228649999713525,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 69.20566400000826,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 65.29598200006876,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 65.17705699999351,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 64.8752300000051,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 64.52924200007692,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 65.83144599990919,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 67.15333300002385,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 67.47516799997538,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 435030.799051,
"end": 435671.982927,
"runtime": 641,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/logical-assignment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 0.4452159999636933,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 75.30105200002436,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 80.86498899990693,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 69.05868600006215,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 69.47563299990725,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 69.84976400004234,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 71.88074199995026,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 67.69368000002578,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 68.30099000001792,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 435781.9487850001,
"end": 436358.45358300005,
"runtime": 577,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/literal-numeric-separator/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"test.js"
],
"duration": 0.414809999987483,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 65.51341999997385,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 63.16219399997499,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 62.85488699993584,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 63.31535800010897,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 65.69075900001917,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 65.01542800001334,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 64.27226499991957,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 64.0272399999667,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 436467.912788,
"end": 437060.906074,
"runtime": 593,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/line-suffix-boundary/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"boundary.js"
],
"duration": 0.44939399999566376,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 66.21907200000715,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 67.26177400001325,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 66.00539399997797,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 65.65718099998776,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 64.73398100002669,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 64.91341499995906,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 66.02398499997798,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 65.1334209999768,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 437172.60839600005,
"end": 437761.357362,
"runtime": 589,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/line/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"windows.js"
],
"duration": 0.4473899999866262,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 62.06730899994727,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 61.458660000003874,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 61.10157200007234,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 70.46655000001192,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 61.153561000013724,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 59.81250500003807,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 59.879756000009365,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 60.10828199994285,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 437867.2271000001,
"end": 439494.51605100004,
"runtime": 1627,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/label/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 0.49980700004380196,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 60.33619299996644,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 60.98420199996326,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 60.36645299999509,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 60.13526500004809,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 61.49362899991684,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 60.101215999922715,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 58.87870700005442,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 60.256654000026174,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.4229940000222996,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.52021700004116,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.43234499997925,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.45304499997292,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.6248730000807,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.223356000031345,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.43313599994872,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.28006899997126,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 64.04022500000428,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 0.42427599988877773,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 59.87787899991963,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 60.45227300003171,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 59.96596399997361,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 59.49392799998168,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 59.286379000055604,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 60.10882599989418,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 58.600380999967456,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 59.50484599999618,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 439600.85593200003,
"end": 440151.82887400006,
"runtime": 551,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-meta/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 0.4071339999791235,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 61.57372500002384,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 61.634768999996595,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 61.38536899990868,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 60.699987000087276,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 60.898999999975786,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 61.10907600005157,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 60.80790800007526,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 60.646188999991864,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "expr_and_same_line_comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expr_and_same_line_comments.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -78,10 +78,10 @@\n // TODO[@fisker]: fix this\n // if (a) var a = 1; /* comment 6e */\n // else return 2;\n \n if (a)\n - if (b /* comment 6f */);\n + if (b);/* comment 6f */\n else return 2;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 126)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 44,
"numPendingTests": 0,
"perfStats": {
"start": 440265.552522,
"end": 443126.28248800006,
"runtime": 2861,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/if/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 0.41242399998009205,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 62.31113899999764,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 62.47572999994736,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 61.311799000017345,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 60.473088999977335,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 60.52900199999567,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 62.106095000053756,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 60.744816999998875,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 61.66078999999445,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 0.47047100006602705,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 64.24245799996424,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 65.54344599996693,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 62.287352000013925,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 63.057182999909855,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 64.61064700002316,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 64.93745299999136,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 62.53332499996759,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 65.3768680000212,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 0.6717240000143647,
"failureMessages": [
"expr_and_same_line_comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expr_and_same_line_comments.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -78,10 +78,10 @@\n // TODO[@fisker]: fix this\n // if (a) var a = 1; /* comment 6e */\n // else return 2;\n \n if (a)\n - if (b /* comment 6f */);\n + if (b);/* comment 6f */\n else return 2;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 126)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 68.88582399999723,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 66.83393799990881,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 63.364311999990605,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 63.14941299997736,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 62.59985600004438,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 63.47641899995506,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 64.33159299998078,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 65.13003100000788,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 0.43715899996459484,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 67.95343100000173,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 66.59441900008824,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 64.2339599999832,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 65.97464700008277,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 65.95214399998076,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 67.15704199997708,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 65.12947099993471,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 65.9846489999909,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 0.4550830000080168,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 61.44329399999697,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 61.130996999912895,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 61.71606400003657,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 60.802113000070676,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 60.41079300001729,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 61.75243799993768,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 60.55427099997178,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 62.833619000040926,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 443237.67360300006,
"end": 444945.97949800006,
"runtime": 1708,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/generator/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 0.4178749999264255,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 63.14127600006759,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 63.8837760000024,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 63.97553300007712,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 61.27906600001734,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 61.19611200003419,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 61.83778699999675,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 62.14844899997115,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 62.20431699999608,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 0.4205599999986589,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 65.14702799997758,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 66.11057700007223,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 64.89143300009891,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 64.82830699998885,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 64.05350999999791,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 65.0878579999553,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 65.74122299998999,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 63.572402000078,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 0.49706199998036027,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 62.6070479999762,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 63.38065100007225,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 61.622220999910496,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 62.84357399994042,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 62.2074980000034,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 62.15900500002317,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 62.74933100002818,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 63.21078600001056,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 445053.7342700001,
"end": 445640.33389199997,
"runtime": 587,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-first-param/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 0.4791589999804273,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 66.61083900008816,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 67.21842799999285,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 64.17494499997701,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 65.02762599999551,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 63.65736399998423,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 64.80461800005287,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 63.77381499996409,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 64.95969199994579,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 445749.793396,
"end": 446324.87675800006,
"runtime": 575,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-comments/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 0.43410499999299645,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 65.27683500002604,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 62.72906299994793,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 63.587132999906316,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 62.93233199999668,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 63.175369999953546,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 63.24308799998835,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 63.006336999940686,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 65.37559199996758,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 446434.66331699997,
"end": 447586.811668,
"runtime": 1152,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 0.4860010000411421,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 64.76174300001003,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 64.75901599996723,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 63.88456700008828,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 64.15772600006312,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 62.92889899993315,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 65.16097399999853,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 65.44425000005867,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 64.14416699996218,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 0.5071610000450164,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 64.5842620000476,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 63.7414010000648,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 63.90095599996857,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 63.48503400001209,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 62.410236999974586,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 62.70144199999049,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 64.94820700003766,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 62.88377900002524,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 447697.12154500006,
"end": 448264.25316100003,
"runtime": 567,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for-of/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 0.4468200000701472,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 61.83989099995233,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 60.292828999925405,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 59.51349599997047,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 59.451162000070326,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 59.25369099993259,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 60.66012299992144,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 60.542276999913156,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 60.04587600007653,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 448371.03577200003,
"end": 448924.37024400005,
"runtime": 553,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for-await/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"for-await.js"
],
"duration": 0.43650099996011704,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 61.173383999965154,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 62.61895000003278,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 61.39104800007772,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 61.000008999952115,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 60.74487100006081,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 61.44844499998726,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 61.618213999900036,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 61.56095399998594,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "continue-and-break-comment-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -213,13 +213,13 @@\n do {\n break; /* comment */\n } while (true);\n \n label1: for (;;) {\n - continue label1 /* comment */;\n + continue label1; /* comment */\n }\n \n label2: {\n - break label2 /* comment */;\n + break label2; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 133)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncontinue-and-break-comment-without-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-without-blocks.js format 1`\n \n - Snapshot - 57\n + Received + 36\n \n @@ -100,51 +100,39 @@\n label1: for (;;) continue label1\n // comment\n ;\n \n =====================================output=====================================\n - for (;;)\n - continue;\n - // comment\n + for (;;) continue;\n + // comment\n \n - for (;;)\n - break;\n - // comment\n + for (;;) break;\n + // comment\n \n - for (const f of [])\n - continue;\n - // comment\n + for (const f of []) continue;\n + // comment\n \n - for (const f of [])\n - break;\n - // comment\n + for (const f of []) break;\n + // comment\n \n - for (const f in {})\n - continue;\n - // comment\n + for (const f in {}) continue;\n + // comment\n \n - for (const f in {})\n - break;\n - // comment\n + for (const f in {}) break;\n + // comment\n \n - for (;;)\n - continue; // comment\n + for (;;) continue; // comment\n \n - for (;;)\n - break; // comment\n + for (;;) break; // comment\n \n - for (const f of [])\n - continue; // comment\n + for (const f of []) continue; // comment\n \n - for (const f of [])\n - break; // comment\n + for (const f of []) break; // comment\n \n - for (const f in {})\n - continue; // comment\n + for (const f in {}) continue; // comment\n \n - for (const f in {})\n - break; // comment\n + for (const f in {}) break; // comment\n \n for (;;) continue; /* comment */\n \n for (;;) break; /* comment */\n \n @@ -154,43 +142,34 @@\n \n for (const f in {}) continue; /* comment */\n \n for (const f in {}) break; /* comment */\n \n - for (;;)\n - continue;\n - /* comment */\n + for (;;) continue;\n + /* comment */\n \n - for (;;)\n - break;\n - /* comment */\n + for (;;) break;\n + /* comment */\n \n - for (const f of [])\n - continue;\n - /* comment */\n + for (const f of []) continue;\n + /* comment */\n \n - for (const f of [])\n - break;\n - /* comment */\n + for (const f of []) break;\n + /* comment */\n \n - for (const f in {})\n - continue;\n - /* comment */\n + for (const f in {}) continue;\n + /* comment */\n \n - for (const f in {})\n - break;\n - /* comment */\n + for (const f in {}) break;\n + /* comment */\n \n - label1: for (;;) continue label1 /* comment */;\n + label1: for (;;) continue label1; /* comment */\n \n - label1: for (;;)\n - continue label1;\n - /* comment */\n + label1: for (;;) continue label1;\n + /* comment */\n \n - label1: for (;;)\n - continue label1; // comment\n + label1: for (;;) continue label1; // comment\n \n - label1: for (;;)\n - continue label1;\n - // comment\n + label1: for (;;) continue label1;\n + // comment\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 133)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 61,
"numPendingTests": 0,
"perfStats": {
"start": 449037.393157,
"end": 453034.32297100005,
"runtime": 3997,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 5,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.4187969999620691,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.59276399994269,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.162694000056945,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.606112999957986,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.716283999965526,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.59307299996726,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.08684399991762,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.871189999976195,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.411415999988094,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 0.7298449999652803,
"failureMessages": [
"continue-and-break-comment-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -213,13 +213,13 @@\n do {\n break; /* comment */\n } while (true);\n \n label1: for (;;) {\n - continue label1 /* comment */;\n + continue label1; /* comment */\n }\n \n label2: {\n - break label2 /* comment */;\n + break label2; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 133)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 91.45776000001933,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 65.17735799995717,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 64.96504699997604,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 64.26208699995186,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 63.914609000086784,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 64.44210999994539,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 64.32812899991404,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 64.9863099999493,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 0.43168199993669987,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 67.68185599998105,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 64.83120700006839,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 63.04005299997516,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 65.7287639999995,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 62.3652160000056,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 62.80163699993864,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 64.01679999998305,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 64.35432799998671,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 1.0655379999661818,
"failureMessages": [
"continue-and-break-comment-without-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-without-blocks.js format 1`\n \n - Snapshot - 57\n + Received + 36\n \n @@ -100,51 +100,39 @@\n label1: for (;;) continue label1\n // comment\n ;\n \n =====================================output=====================================\n - for (;;)\n - continue;\n - // comment\n + for (;;) continue;\n + // comment\n \n - for (;;)\n - break;\n - // comment\n + for (;;) break;\n + // comment\n \n - for (const f of [])\n - continue;\n - // comment\n + for (const f of []) continue;\n + // comment\n \n - for (const f of [])\n - break;\n - // comment\n + for (const f of []) break;\n + // comment\n \n - for (const f in {})\n - continue;\n - // comment\n + for (const f in {}) continue;\n + // comment\n \n - for (const f in {})\n - break;\n - // comment\n + for (const f in {}) break;\n + // comment\n \n - for (;;)\n - continue; // comment\n + for (;;) continue; // comment\n \n - for (;;)\n - break; // comment\n + for (;;) break; // comment\n \n - for (const f of [])\n - continue; // comment\n + for (const f of []) continue; // comment\n \n - for (const f of [])\n - break; // comment\n + for (const f of []) break; // comment\n \n - for (const f in {})\n - continue; // comment\n + for (const f in {}) continue; // comment\n \n - for (const f in {})\n - break; // comment\n + for (const f in {}) break; // comment\n \n for (;;) continue; /* comment */\n \n for (;;) break; /* comment */\n \n @@ -154,43 +142,34 @@\n \n for (const f in {}) continue; /* comment */\n \n for (const f in {}) break; /* comment */\n \n - for (;;)\n - continue;\n - /* comment */\n + for (;;) continue;\n + /* comment */\n \n - for (;;)\n - break;\n - /* comment */\n + for (;;) break;\n + /* comment */\n \n - for (const f of [])\n - continue;\n - /* comment */\n + for (const f of []) continue;\n + /* comment */\n \n - for (const f of [])\n - break;\n - /* comment */\n + for (const f of []) break;\n + /* comment */\n \n - for (const f in {})\n - continue;\n - /* comment */\n + for (const f in {}) continue;\n + /* comment */\n \n - for (const f in {})\n - break;\n - /* comment */\n + for (const f in {}) break;\n + /* comment */\n \n - label1: for (;;) continue label1 /* comment */;\n + label1: for (;;) continue label1; /* comment */\n \n - label1: for (;;)\n - continue label1;\n - /* comment */\n + label1: for (;;) continue label1;\n + /* comment */\n \n - label1: for (;;)\n - continue label1; // comment\n + label1: for (;;) continue label1; // comment\n \n - label1: for (;;)\n - continue label1;\n - // comment\n + label1: for (;;) continue label1;\n + // comment\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 133)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 69.71408700000029,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 65.12021600001026,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 62.89798300003167,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 62.57241200003773,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 62.70728099998087,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 63.49340799998026,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 63.518658000044525,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 63.52390699996613,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 0.41675299999769777,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 61.933095000102185,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 61.495183999999426,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 60.021830999990925,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 61.86116099997889,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 60.167645999928936,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 62.53995899995789,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 61.638310999958776,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 60.29604200005997,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 0.4665560000576079,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 63.52733299997635,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 62.85738899989519,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 63.98115799995139,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 61.94679899991024,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 61.09546500002034,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 62.00172200007364,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 62.550429000053555,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 72.1067950000288,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 0.4778569999616593,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 61.29150800011121,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 60.056682999944314,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 59.3229290000163,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 59.58150900003966,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 60.62536599999294,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 61.52856300002895,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 61.70698400004767,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 61.0098289999878,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 453143.07370500005,
"end": 454235.989854,
"runtime": 1093,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/expression_statement/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 0.46047499997075647,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 61.41844699997455,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 60.84863200003747,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 59.98415599996224,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 60.16972000000533,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 60.4190139999846,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 60.608083999948576,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 60.75108899991028,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 61.244266000110656,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 0.4223740000743419,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 60.001318000024185,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 60.90964399999939,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 60.5556589999469,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 61.107962000067346,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 60.57855800003745,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 60.70527600008063,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 60.52439699997194,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 60.609629000071436,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "binary_and_template.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary_and_template.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {} + foo)``;\n \n =====================================output=====================================\n - export default (function () {} + foo)``;\n + export default ((function () {}) + foo)``;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbody.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}[1] = 1);\n \n =====================================output=====================================\n - export default (class {}[1] = 1);\n + export default ((class {})[1] = 1);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass_instance.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class_instance.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}.getInstance());\n \n =====================================output=====================================\n - export default (class {}.getInstance());\n + export default (class {}).getInstance();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction_tostring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function_tostring.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {}).toString();\n \n =====================================output=====================================\n - export default (function () {}.toString());\n + export default (function () {}).toString();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 50,
"numPendingTests": 0,
"perfStats": {
"start": 454346.78848399996,
"end": 457676.39119000005,
"runtime": 3330,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 0.6047409999882802,
"failureMessages": [
"binary_and_template.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary_and_template.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {} + foo)``;\n \n =====================================output=====================================\n - export default (function () {} + foo)``;\n + export default ((function () {}) + foo)``;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 61.142517999978736,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 61.46025299991015,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 61.07204500003718,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 61.978964000009,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 62.265985000063665,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 61.994701000046916,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 61.985604999936186,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 61.578014000086114,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 0.5891019999980927,
"failureMessages": [
"body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}[1] = 1);\n \n =====================================output=====================================\n - export default (class {}[1] = 1);\n + export default ((class {})[1] = 1);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 62.67417600005865,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 61.565077000064775,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 62.4564670000691,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 62.08746399998199,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 61.24950400006492,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 61.28494000004139,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 60.84000800002832,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 61.94885799998883,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 0.6136890000198036,
"failureMessages": [
"class_instance.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class_instance.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}.getInstance());\n \n =====================================output=====================================\n - export default (class {}.getInstance());\n + export default (class {}).getInstance();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 61.55463700008113,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 61.098763999994844,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 60.58023299998604,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 61.29426500003319,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 61.479662999976426,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 62.12112999998499,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 62.993748000008054,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 67.44727000000421,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 0.40327799995429814,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 61.61931999993976,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 62.257721000001766,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 61.35317400004715,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 60.21780199999921,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 60.563649000017904,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 61.82234799989965,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 61.5595570000587,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 61.071498000063,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 0.6196889999555424,
"failureMessages": [
"function_tostring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function_tostring.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {}).toString();\n \n =====================================output=====================================\n - export default (function () {}.toString());\n + export default (function () {}).toString();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 61.623408999992535,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 61.82526100007817,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 61.181184999994,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 61.74162699992303,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 63.081662000040524,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 61.3660319999326,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 60.975284999934956,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 60.14424199995119,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 0.4291250000242144,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 61.96400699997321,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 61.826345999957994,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 60.32208299997728,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 60.18004800006747,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 62.49373200000264,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 61.31052900000941,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 60.84361900005024,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 61.0413679999765,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 90,
"numPendingTests": 0,
"perfStats": {
"start": 457787.095501,
"end": 463348.403564,
"runtime": 5561,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/es6modules/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 0.42161300010047853,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 62.31565999996383,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 61.99604300002102,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 61.140758999972604,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 61.44315200007986,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 62.115542999934405,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 61.976147999987006,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 61.604005000088364,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 61.327595000038855,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 0.4139480000594631,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 61.39213799999561,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 61.118780999910086,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 65.67856899998151,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 61.03645899996627,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 61.45132899994496,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 61.91348500002641,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 60.90319400001317,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 61.91491200006567,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 0.40734599996358156,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 62.65818799997214,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 61.67497600009665,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 61.283381999935955,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 62.03059300000314,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 62.13436000002548,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 62.476659999927506,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 61.69043800001964,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 61.21601499989629,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 0.4161519999615848,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 61.328251000028104,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 62.657879000063986,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 61.539919000002556,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 61.57214199996088,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 61.04321999999229,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 61.806778999976814,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 61.5379870000761,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 62.68801599997096,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 0.47979999997187406,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 61.07409699994605,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 61.79225500009488,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 61.865002000005916,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 60.28654700005427,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 62.22373999992851,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 61.81875899992883,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 62.154951000004075,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 61.03650100005325,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 0.414930000086315,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 61.306359000038356,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 62.27007400000002,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 60.462474999949336,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 60.812081999960355,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 61.2360869999975,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 62.89219300006516,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 62.22837000002619,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 61.87318100000266,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 0.5278989999787882,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 61.560470000025816,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 61.88255799992476,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 61.545122000039555,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 61.55841700010933,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 62.273563000024296,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 61.82769899989944,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 61.43156799999997,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 60.938166000065394,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 0.5054079999681562,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 61.372979999985546,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 63.206973999971524,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 62.22564299998339,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 62.085404000012204,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 61.25700300000608,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 62.20853800000623,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 61.482678000000305,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 62.398027000017464,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 0.4322020000545308,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 61.95338099997025,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 61.415090000024065,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 61.703297000029124,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 61.38358099991456,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 61.45416799990926,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 61.08114799996838,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 61.61114399996586,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 61.06424899992999,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 0.4101210000226274,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 61.963938000029884,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 61.84387099999003,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 62.411171000101604,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 61.04528600000776,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 60.940454999916255,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 61.092166999937035,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 63.30858499999158,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 61.916815000004135,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 463461.0188990001,
"end": 464586.54129799997,
"runtime": 1126,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty-statement/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"body.js"
],
"duration": 0.43010900006629527,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 63.64395399997011,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 63.034583999891765,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 63.2477469999576,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 62.22326100000646,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 63.07944700005464,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 62.89542499999516,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 63.07342200004496,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 63.58794100000523,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 0.4412000000011176,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 62.76636199990753,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 61.534811999998055,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 61.440569999977015,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 61.44022300001234,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 62.04177199990954,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 62.18419000005815,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 61.6718829999445,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 62.35327800002415,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 464732.09561899997,
"end": 466414.56962,
"runtime": 1682,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty-paren-comment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class-property.js"
],
"duration": 0.629077999969013,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 67.94582400005311,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 63.664323000004515,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 60.994894000003114,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 62.10708600003272,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 60.856956999981776,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 62.23349400004372,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 62.27250800002366,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 62.0104360000696,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 0.43286399997305125,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.05213199998252,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 61.938297000015154,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.80047999997623,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.413469000020996,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.629867999930866,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.60931400000118,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.46531600004528,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.56458400003612,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 0.4219140000641346,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 65.10107099998277,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 65.26835400005803,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 63.70820100000128,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 62.546085999929346,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 63.153805000009015,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 64.32491199998185,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 63.61041999992449,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 64.90073900006246,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 5\n + Received + 1\n \n @@ -89,15 +89,11 @@\n // code\n }\n \n try {\n // code\n - } catch ({\n - data: {\n - message: { errors },\n - },\n - }) {\n + } catch ({ data: { message: { errors } } }) {\n // code\n }\n \n const obj = {\n func(id, { blog: { title } }) {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 17,
"numPendingTests": 0,
"perfStats": {
"start": 466532.56430200004,
"end": 467711.091113,
"runtime": 1179,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.656027999939397,
"failureMessages": [
"destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 5\n + Received + 1\n \n @@ -89,15 +89,11 @@\n // code\n }\n \n try {\n // code\n - } catch ({\n - data: {\n - message: { errors },\n - },\n - }) {\n + } catch ({ data: { message: { errors } } }) {\n // code\n }\n \n const obj = {\n func(id, { blog: { title } }) {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 73.19757399999071,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 67.59533299994655,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 63.59691000008024,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 62.723460999899544,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 63.78047300002072,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 63.45929900009651,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 64.05958599993028,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 65.24438599997666,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 0.4250389999942854,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 60.35635999997612,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 59.83497600001283,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 60.288059999933466,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 63.21897899999749,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 66.33813799999189,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 77.77367100003175,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 58.73066799994558,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 58.95202299999073,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 467863.147112,
"end": 468399.78785200004,
"runtime": 537,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/computed-props/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"classes.js"
],
"duration": 0.5317469999426976,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 60.06095199997071,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 59.73151199996937,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 58.74546800006647,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 58.74833899992518,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 59.6506090000039,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 59.58489799988456,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 58.86690200003795,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 58.82601800002158,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 108,
"numPendingTests": 0,
"perfStats": {
"start": 468510.72446,
"end": 475048.276643,
"runtime": 6538,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"asi.js"
],
"duration": 0.43575800000689924,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 60.53261100000236,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 60.01734799996484,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 59.979561000014655,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 59.80027200002223,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 59.60707199992612,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 61.10662700003013,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 61.07224500004668,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 60.22675999999046,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 0.43462600000202656,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 65.91697499994189,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 65.08477499999572,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 62.153916999930516,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 62.83968999993522,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 62.3092460000189,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 62.348271999973804,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 63.05467999994289,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 62.68432100000791,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 0.4133470000233501,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 60.84160399995744,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 60.559960999991745,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 60.54447299998719,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 59.41890399996191,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 60.43058199994266,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 60.54000600008294,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 59.513054999988526,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 60.03733100008685,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 0.4139179999474436,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.10101500002202,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.62721499998588,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.11651399999391,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.004594999947585,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.266743000014685,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.09267899999395,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.580212000058964,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.487415999989025,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 0.4408779999939725,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 63.12274200003594,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 63.480443999986164,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 61.27018699992914,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 60.620453999959864,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 60.71295600000303,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 62.20519400003832,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 62.27432600001339,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 62.83338800002821,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.42569299996830523,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.60041299997829,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.90368800004944,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 60.00958499999251,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.29275899997447,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.51849000004586,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 60.44238000002224,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.894775000051595,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.30814600002486,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 0.42387900000903755,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 60.672942999983206,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 60.62372899998445,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 58.721496999962255,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 59.247880000039004,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 59.101774999988265,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 59.92822899995372,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 59.88035700004548,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 59.59605799999554,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 0.42397899995557964,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 60.112729000044055,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 60.21291400003247,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 59.23492200009059,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 59.58412400004454,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 60.096260000020266,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 59.62670300004538,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 60.409660000004806,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 60.3538829999743,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 0.43706300004851073,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 60.154676000005566,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 60.0460820000153,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 58.965064999996684,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 60.17582000000402,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 59.363383000018075,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 59.24033200007398,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 59.90392700000666,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 59.12659600004554,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 0.4367830000119284,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 61.02354099997319,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 60.830567999975756,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 61.1564570000628,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 61.30066499998793,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 61.52895199996419,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 62.10677199997008,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 61.664561999961734,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 61.570802000002004,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 0.4609550000168383,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 60.679793999996036,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 61.08376499998849,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 62.05932500003837,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 60.11976499995217,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 60.320017000078224,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 60.229459000052884,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 60.07344999990892,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 60.00735700002406,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 0.41997000004630536,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 60.53640900005121,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 59.941302000079304,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 59.34061199997086,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 59.10618500004057,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 58.82279899995774,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 59.38217699993402,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 60.070344000007026,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 59.12308699998539,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "misc.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `misc.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,11 +10,12 @@\n }\n }\n \n =====================================output=====================================\n class x {\n - focus() { // comment 1\n + focus() {\n + // comment 1\n // comment 2\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 142)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 26,
"numPendingTests": 0,
"perfStats": {
"start": 475190.95971600007,
"end": 476825.016164,
"runtime": 1634,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-comment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class-property.js"
],
"duration": 0.5282400000141934,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 59.68772499996703,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 60.923958000028506,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 59.38559099996928,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 58.794278000015765,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 58.93771999992896,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 60.256171000073664,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 59.529393000062555,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 59.44663699995726,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 0.6692719999700785,
"failureMessages": [
"misc.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `misc.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,11 +10,12 @@\n }\n }\n \n =====================================output=====================================\n class x {\n - focus() { // comment 1\n + focus() {\n + // comment 1\n // comment 2\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 142)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 59.614987000008114,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 60.108657000004314,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 58.8175180000253,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 59.40462899999693,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 59.54044600005727,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 59.76940300001297,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 58.969564000028186,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 59.7020209999755,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 0.43821300007402897,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 63.98544600000605,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 63.2086620000191,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 62.20284699997865,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 60.91612399998121,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 61.00973700010218,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 61.56241000001319,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 62.91811800003052,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 61.60751999996137,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,15 +11,15 @@\n \n new (a?.b)();\n new (a?.())();\n \n =====================================output=====================================\n - (a?.b).c;\n - (a?.()).b;\n + a?.b.c;\n + a?.().b;\n \n - (a?.b)();\n - (a?.())();\n + a?.b();\n + a?.()();\n \n new (a?.b)();\n new (a?.())();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 143)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 476968.067947,
"end": 477510.5515,
"runtime": 542,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/chain-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"test.js"
],
"duration": 0.7608720000134781,
"failureMessages": [
"test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,15 +11,15 @@\n \n new (a?.b)();\n new (a?.())();\n \n =====================================output=====================================\n - (a?.b).c;\n - (a?.()).b;\n + a?.b.c;\n + a?.().b;\n \n - (a?.b)();\n - (a?.())();\n + a?.b();\n + a?.()();\n \n new (a?.b)();\n new (a?.())();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 143)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.06448299996555,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.9600779999746,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.414600000018254,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.76993000006769,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.90296800003853,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.01900900003966,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.18592299998272,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.80245200009085,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 477628.082646,
"end": 479959.3066160001,
"runtime": 2331,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/break-calls/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"break.js"
],
"duration": 0.4542330000549555,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 89.3786689999979,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 64.84238099993672,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 63.46613900002558,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 64.2530160000315,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 66.17547900008503,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 65.03987400000915,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 64.66732300003059,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 65.05900099989958,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 0.5246129999868572,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 60.50142700003926,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 60.19439900002908,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 59.57602899998892,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 59.44686699996237,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 59.94607399997767,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 59.13524800003506,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 60.7117890000809,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 60.443061000085436,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 0.5408329999772832,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 77.88968100002967,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 74.35201599996071,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 65.91242399998009,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 66.28913299995475,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 65.14734399993904,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 66.70753099990543,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 68.85682099999394,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 69.04028000007384,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 0.401886000065133,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 60.61387600004673,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 60.18374899995979,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 59.28832599997986,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 60.063131999922916,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 59.976332999998704,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 60.45123599993531,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 60.95907600002829,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 61.01831799990032,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 480101.91317400004,
"end": 480691.157729,
"runtime": 589,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/binary_math/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"parens.js"
],
"duration": 0.5691069999011233,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 72.55060100008268,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 65.64408499991987,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 63.09085799998138,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 64.16417699994054,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 63.07613699999638,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 67.96420499996748,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 64.04851700004656,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 64.02908700006083,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 480830.139993,
"end": 481372.22596,
"runtime": 542,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/big-int/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"literal.js"
],
"duration": 0.5421570000471547,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 59.60053099994548,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 62.8316160000395,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 59.19861300010234,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 59.22214800002985,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 59.12819100008346,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 60.464753000065684,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 59.66704600001685,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 59.4456680000294,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -11,11 +11,13 @@\n );}\n \n =====================================output=====================================\n async function f() {\n await Promise.all(\n - (await readdir(\"src\")).map(async (path) => {\n + (\n + await readdir(\"src\")\n + ).map(async (path) => {\n import(`./${path}`);\n }),\n );\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 147)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 89,
"numPendingTests": 0,
"perfStats": {
"start": 481483.315551,
"end": 486991.331097,
"runtime": 5508,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 9,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/async/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 0.4203609999967739,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 60.15231500007212,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 60.7191650000168,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 60.26477800006978,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 59.92885699996259,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 59.92797600000631,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 60.4649699999718,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 60.58997900004033,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 61.0090799999889,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 0.4842300000600517,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 60.857574000023305,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 61.58638300001621,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 59.53647399996407,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 59.614804999902844,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 59.827062000054866,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 66.31854000000749,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 63.58195000002161,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 61.8451800000621,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 0.4157320000231266,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 71.10940099996515,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 62.156543000019155,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 61.34224899997935,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 61.840216999989934,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 61.53713599999901,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 61.80783499998506,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 62.43855800002348,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 62.13279699999839,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 0.5227810000069439,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 63.45705299999099,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 61.33123000001069,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 60.41947500000242,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 60.68419299996458,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 61.51343699998688,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 61.645552000030875,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 61.03197800007183,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 60.90249699994456,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 0.40023299993481487,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 59.30933199997526,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 60.34464000002481,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 60.570061999955215,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 59.3035239999881,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 59.467525999993086,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 59.70123300002888,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 60.24972099997103,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 60.38623399997596,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 0.4824250000528991,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 62.178261000080965,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 62.26795799995307,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 61.23829599993769,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 60.94811600004323,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 60.67230600002222,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 61.53262100007851,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 61.83931399998255,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 62.285940999980085,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.4231560000916943,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 62.21964799996931,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.7138200000627,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.41023200005293,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 61.387330000055954,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 64.28709600004368,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 64.00669599999674,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 59.98881600005552,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 61.4234099999303,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 0.6917240000329912,
"failureMessages": [
"nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -11,11 +11,13 @@\n );}\n \n =====================================output=====================================\n async function f() {\n await Promise.all(\n - (await readdir(\"src\")).map(async (path) => {\n + (\n + await readdir(\"src\")\n + ).map(async (path) => {\n import(`./${path}`);\n }),\n );\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 147)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 62.9746799999848,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 61.02089899999555,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 60.248488000012,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 60.21424500003923,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 60.47726299997885,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 59.961559000075795,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 59.977165000047535,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 61.56027399993036,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 0.44568700005766004,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 61.01690099993721,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 60.41485699999612,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 60.2383470000932,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 60.364423000020906,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 60.82285300001968,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 61.15641499997582,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 59.79913299996406,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 60.29390799999237,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 0.45885199995245785,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 59.66593199991621,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 60.88262299995404,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 60.02510400000028,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 59.818828999996185,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 59.39702999999281,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 60.19128999998793,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 59.918684000032954,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 60.534165999968536,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 487138.86525800003,
"end": 487672.731478,
"runtime": 534,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 0.5394640000304207,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 59.06886100000702,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 58.93763299996499,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 59.7533800000092,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 58.59486399998423,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 59.0284110000357,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 59.11569300002884,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 59.61186499998439,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 59.57052900001872,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "discussion-15196.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `discussion-15196.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -41,14 +41,14 @@\n await looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n await looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n await looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(await looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(await looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n \n const longlonglonglonglonglonglong1 = await new Promise((resolve, reject) => {\n setTimeout(() => {\n resolve(\"foo\");\n }, 300);\n @@ -68,14 +68,14 @@\n yield looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n yield looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n yield looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(yield looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(yield looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n const loooooooooooooooooooooooooong6 =\n yield* looooooooooooooong.looooooooooooooong.loooooong;\n \n const longlonglonglonglonglonglong1 = yield qwertyuiop(\n asdfghjkl,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 149)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-15534.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-15534.js format 1`\n \n - Snapshot - 6\n + Received + 9\n \n @@ -10,15 +10,18 @@\n \n params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n =====================================output=====================================\n - params[\"redirectTo\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\n + \"redirectTo\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params[\"redirectTo\"][\"codePointAt\"][\"name\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\"redirectTo\"][\"codePointAt\"][\n + \"name\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params.redirectTo.bar.bar.ba.barab[\n + \"foo\"\n + ].abr = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 149)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 241,
"numPendingTests": 0,
"perfStats": {
"start": 487817.665459,
"end": 502642.10550500004,
"runtime": 14824,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 25,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 0.5621860000537708,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 61.6146679999074,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.17082799994387,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 59.4127870000666,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 59.364615999977104,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.61430600006133,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.21278199995868,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.157452999963425,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 61.071084999945015,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 0.45028800005093217,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 60.587551999953575,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 60.34379899990745,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 60.32852799992543,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 59.92542200000025,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 61.16896399995312,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 62.41160999995191,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 60.513643999933265,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 61.16344899998512,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 0.5302059999667108,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 59.84656500001438,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 60.19518999999855,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 59.29770200001076,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 60.565673999954015,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 59.4907190001104,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 59.65666199999396,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 59.56758399994578,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 59.58812600001693,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 0.5288949999958277,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 61.647911000065506,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 61.37145299999975,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 60.382780999992974,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 60.6890340000391,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 60.26474900008179,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 60.51423899992369,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 60.76887000002898,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 62.80646800005343,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 0.44761100003961474,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 59.482849000021815,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 59.00925899995491,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 60.138845000066794,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 59.819533000001684,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 58.90309000003617,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 59.863429000019096,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 58.948122999980114,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 58.94157100003213,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 0.5309259999776259,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 61.18164099997375,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 61.31035200005863,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 61.05406100000255,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 60.2088329999242,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 59.85624300001655,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 61.47245099989232,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 62.84749100008048,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 61.58972899999935,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.41498000000137836,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 61.52953600010369,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 62.03846399998292,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 60.33617799996864,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 60.52886800002307,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 61.75576600001659,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 61.12512099999003,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 60.2261250000447,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 60.95044499996584,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 0.7157089998945594,
"failureMessages": [
"discussion-15196.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `discussion-15196.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -41,14 +41,14 @@\n await looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n await looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n await looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(await looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(await looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n \n const longlonglonglonglonglonglong1 = await new Promise((resolve, reject) => {\n setTimeout(() => {\n resolve(\"foo\");\n }, 300);\n @@ -68,14 +68,14 @@\n yield looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n yield looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n yield looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(yield looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(yield looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n const loooooooooooooooooooooooooong6 =\n yield* looooooooooooooong.looooooooooooooong.loooooong;\n \n const longlonglonglonglonglonglong1 = yield qwertyuiop(\n asdfghjkl,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 149)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 101.81519200000912,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 67.64075999998022,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 67.80282300000545,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 64.18716800003313,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 63.835309999994934,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 65.62384099990595,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 65.58013700006995,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 64.25171099998988,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 0.47219700005371124,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 72.5611140000401,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 66.86707299994305,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 61.08113399997819,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 61.010584000032395,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 60.98235399997793,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 61.33014600002207,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 60.651112999999896,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 60.04289000004064,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 0.4706829999340698,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 59.17153000005055,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 59.92265700001735,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 59.42144000006374,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 59.95053399994504,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 59.04710000008345,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 59.61020300001837,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 59.506413000053726,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 60.02142999996431,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 0.6172559999395162,
"failureMessages": [
"issue-15534.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-15534.js format 1`\n \n - Snapshot - 6\n + Received + 9\n \n @@ -10,15 +10,18 @@\n \n params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n =====================================output=====================================\n - params[\"redirectTo\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\n + \"redirectTo\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params[\"redirectTo\"][\"codePointAt\"][\"name\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\"redirectTo\"][\"codePointAt\"][\n + \"name\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params.redirectTo.bar.bar.ba.barab[\n + \"foo\"\n + ].abr = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 149)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 61.506944000022486,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 61.38396799995098,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 60.86765200004447,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 59.93367900000885,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 60.53042199998163,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 60.90312899998389,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 61.20610599999782,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 61.001443000044674,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 0.42756400001235306,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 60.25077699997928,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 60.1230429999996,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 59.991121000028215,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 60.5297389999032,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 59.26054499996826,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 60.73520400002599,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 59.38600800000131,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 60.24262799997814,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 0.41686399991158396,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 59.39906199998222,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 60.15935500001069,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 60.953285000054166,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 59.72849499993026,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 60.897515999968164,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 60.02395900001284,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 61.405285999993794,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 60.27204199996777,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 0.4362099999561906,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 59.98786100000143,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 60.97796299995389,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 59.98940700001549,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 61.09499000001233,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 59.545631999964826,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 60.49658100004308,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 59.77945999999065,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 61.94533599994611,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 0.4214030000148341,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 61.06784899998456,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 61.711936000036076,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 59.51053999993019,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 60.28506499994546,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 60.33592100010719,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 60.26806700008456,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 61.28976199997123,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 60.31822700006887,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 0.42823499999940395,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 60.61311299994122,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 60.88781499990728,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 59.6331759999739,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 60.6385719999671,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 59.64353699993808,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 60.59234699991066,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 60.00521500001196,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 59.83586299989838,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 0.4642819999717176,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 63.14645700005349,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 60.518260999931954,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 59.97625299997162,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 59.43525199999567,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 60.04994599998463,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 60.79764800006524,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 60.812833999982104,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 73.49025399994571,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 0.4991070000687614,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 60.280602999962866,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 60.12492000008933,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 59.299566999892704,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 63.2267409999622,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 64.16671000001952,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 60.71086600003764,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 59.27220500004478,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 61.08360899996478,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 0.5185520000522956,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 61.583708000020124,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 61.05636799999047,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 59.950120999943465,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 60.484366000047885,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 60.05447199998889,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 60.00935099995695,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 59.67399500007741,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 59.99182200001087,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 0.4683800000930205,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 64.93378399999347,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 64.57956800004467,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 63.235935999895446,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 62.40184100007173,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 61.67917499993928,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 62.763614999945275,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 63.15103700000327,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 63.4389450000599,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 0.42739399999845773,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 58.63254300004337,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 59.109800999984145,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 59.45540299999993,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 59.024436000036076,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 59.11975700000767,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 59.26121000002604,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 59.95730799995363,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 62.03228200005833,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 0.41154400003142655,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 60.09775399998762,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 60.19775900000241,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 59.797839000006206,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 60.40747700002976,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 59.11622099997476,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 61.056188000016846,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 59.499970000004396,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 59.48161200003233,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 0.4155709999613464,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 60.98236999998335,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 60.59766500000842,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 59.31254199997056,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 60.21172799996566,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 59.64058100001421,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 59.68195999995805,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 59.651496000005864,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 59.92190199997276,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 0.487554999999702,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 59.092120999936014,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 59.50811399996746,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 58.98881800007075,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 58.98872099991422,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 58.82460499997251,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 60.17861800000537,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 59.98846499994397,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 59.411003999994136,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 0.4158820000011474,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 62.099675000063144,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 63.233871000004,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 61.31363600003533,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 61.02541099989321,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 60.080912000034004,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 61.19536200002767,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 61.337801000103354,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 61.87039499997627,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 0.46005399990826845,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 62.73966299998574,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 60.873512999969535,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 59.59072400000878,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 60.042886000010185,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 60.02561400004197,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 60.89089099992998,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 60.48255099996459,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 59.893962000031024,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.4241570000303909,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 63.24167999997735,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 60.47727999999188,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 59.72191900003236,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 60.45022799994331,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 59.08298900001682,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 59.89077899989206,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 59.2635790000204,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 60.429723000037484,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 54,
"numPendingTests": 0,
"perfStats": {
"start": 502798.291412,
"end": 506113.313595,
"runtime": 3315,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment-comments/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"call.js"
],
"duration": 0.5323690000222996,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 61.31700100004673,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 61.36866699997336,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.242175000021234,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.07859000004828,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.26193699997384,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.87179999996442,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.87972299999092,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.98675799998455,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 0.4444270000094548,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 60.71088200004306,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 59.70005200000014,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 59.643487000023015,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 59.68394899996929,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 63.20854799996596,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 60.44978400005493,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 60.65668600006029,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 60.09187000000384,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 0.41320900002028793,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 64.44558599998709,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 63.57745400001295,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 62.68431199993938,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 64.95895200001542,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 61.84559199993964,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 62.2026360000018,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 61.94783499999903,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 62.118917000014335,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 0.41393999999854714,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 59.64149299997371,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 60.230820999946445,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 59.053515000035986,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 58.503135000006296,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 58.74760000000242,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 59.284508000011556,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 59.17381199996453,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 59.970446999999695,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 0.45469499996397644,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 61.31906200002413,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.41836799995508,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.01019099995028,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.089213000028394,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.13872699998319,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.58237399999052,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.385507000028156,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.296449000015855,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 0.4499069999437779,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 67.2075790000381,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 64.41439499997068,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 62.027191999950446,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 61.65127899998333,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 61.391658000065945,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 70.90363000007346,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 62.77795999997761,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 62.6892569999909,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 506267.54506,
"end": 506807.645125,
"runtime": 540,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/array-spread/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"multiple.js"
],
"duration": 0.5268480000086129,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 62.17023899999913,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 59.86206099996343,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 59.50873899995349,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 59.36028000002261,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 59.28195600002073,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 60.295327999978326,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 59.33888500009198,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 59.1521509999875,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 28,
"numPendingTests": 0,
"perfStats": {
"start": 506950.977012,
"end": 508650.2197460001,
"runtime": 1699,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/yield/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.5270589999854565,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 60.781789999920875,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 60.528066999977455,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 60.320165000041015,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 60.19922700000461,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 60.184762999997474,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 60.218381999991834,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 0.43020900001283735,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 62.68971200007945,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 61.9257440000074,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 61.461765000014566,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 60.603359999950044,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 61.03280399995856,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 61.487456000060774,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 0.44263099995441735,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 60.18341200007126,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 59.517377000069246,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 60.577906999969855,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 60.27698299998883,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 60.690789000014775,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 60.60727899998892,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.4908919999143109,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.47198099992238,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.218685999978334,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.82428600010462,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.67826800001785,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.88806200004183,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.915903000044636,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 14,
"numPendingTests": 0,
"perfStats": {
"start": 508797.556347,
"end": 509631.385875,
"runtime": 834,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/top-level-await/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"example.js"
],
"duration": 0.6173369999742135,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 58.87478700000793,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 58.530831000069156,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 60.24835000000894,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 59.01231300004292,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 59.122555000009015,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 59.44161899993196,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 0.48287700000219047,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 59.32528099999763,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 60.111060000024736,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 59.38361599994823,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 59.13053399999626,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 59.31525099999271,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 58.849550000042655,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "return-outside-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-outside-function.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -4,13 +4,8 @@\n | printWidth\n =====================================input======================================\n return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n =====================================output=====================================\n - return (\n - someVeryLongStringA &&\n - someVeryLongStringB &&\n - someVeryLongStringC &&\n - someVeryLongStringD\n - );\n + return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 154)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 6,
"numPendingTests": 0,
"perfStats": {
"start": 509776.556195,
"end": 510197.896699,
"runtime": 421,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/return-outside-function/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 0.8036420000717044,
"failureMessages": [
"return-outside-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-outside-function.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -4,13 +4,8 @@\n | printWidth\n =====================================input======================================\n return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n =====================================output=====================================\n - return (\n - someVeryLongStringA &&\n - someVeryLongStringB &&\n - someVeryLongStringC &&\n - someVeryLongStringD\n - );\n + return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 154)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 62.07832099997904,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 59.36973600008059,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 59.92326900002081,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 59.03336000000127,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 59.27006399992388,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 60.33701799996197,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 56,
"numPendingTests": 0,
"perfStats": {
"start": 510325.260158,
"end": 513788.83408900007,
"runtime": 3464,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 8,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.512821999960579,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.43228499998804,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.68224699993152,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 58.7378669999307,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.36636200000066,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.2953330000164,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 58.79676199995447,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 0.43651099991984665,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.83867599989753,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.80671999999322,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.35402400000021,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 63.3845839999849,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.52681899990421,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.08934900001623,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.415432000067085,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 63.095466000027955,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.0460449999664,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.96686700009741,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.86971800005995,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.48947000002954,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.01034899998922,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 0.4173560000490397,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 61.0259579999838,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 60.57836899999529,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 60.399607999948785,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 59.986356999957934,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 61.53992600005586,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 60.37137499998789,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"graphql.js"
],
"duration": 0.4202509999740869,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"graphql.js"
],
"duration": 61.80651400005445,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"graphql.js"
],
"duration": 60.425087000010535,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"graphql.js"
],
"duration": 60.89240999997128,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"graphql.js"
],
"duration": 61.42465699999593,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"graphql.js"
],
"duration": 62.15290200000163,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"graphql.js"
],
"duration": 62.41627399995923,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.5390330000082031,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 63.73061900003813,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.54939200007357,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.809015000006184,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.40134000009857,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.636343999998644,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 61.262031999998726,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 0.5067320000380278,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 67.83347099996172,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 64.90216199995484,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 61.766014999942854,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 61.36291300004814,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 62.63088300009258,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 62.32078599999659,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 0.43665100005455315,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 75.52312100003473,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 63.20128999999724,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 61.589107000036165,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 61.32714599999599,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 62.98138499993365,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 63.0864789999323,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 14,
"numPendingTests": 0,
"perfStats": {
"start": 513932.303823,
"end": 514799.16708,
"runtime": 867,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/newline/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 0.5741280000656843,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 62.42610600008629,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 61.030481000081636,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 61.035544999991544,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 62.00638099992648,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 62.029193000053056,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 62.429986999952234,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 0.5690180000383407,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 61.247051000013016,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 61.16550100001041,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 61.20786099997349,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 62.01957600004971,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 62.42919900000561,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 62.21630799991544,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "dangling-comment-in-arrow-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dangling-comment-in-arrow-function.js format 1`\n \n - Snapshot - 3\n + Received + 4\n \n @@ -8,11 +8,12 @@\n // foo\n ) => {}\n );\n \n =====================================output=====================================\n - foo(() =>\n - // foo\n - {},\n + foo(\n + (\n + // foo\n + ) => {},\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 157)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nembed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `embed.js format 1`\n \n - Snapshot - 41\n + Received + 8\n \n @@ -11,48 +11,15 @@\n foo(/* ... */ css`color:magenta`);\n const a = b => /* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`\n const c = b => /* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `\n \n =====================================output=====================================\n - foo(\n - /* HTML */ `<!-- bar1 -->\n - bar\n - <!-- bar2 -->`,\n - );\n - foo(/* HTML */ `\n - <!-- bar1 -->\n - bar\n - <!-- bar2 -->\n - `);\n - foo(\n - /* HTML */ `<div>\n - <p>bar</p>\n - foo\n - </div>`,\n - );\n - foo(/* HTML */ `\n - <div>\n - <p>bar</p>\n - foo\n - </div>\n - `);\n - foo(/* GraphQL */ `\n - query {\n - foo {\n - bar\n - }\n - }\n - `);\n - foo(/* ... */ css`\n - color: magenta;\n - `);\n - const a = (b) =>\n - /* HTML */ `<!-- bar1 -->\n - bar\n - <!-- bar2 -->`;\n - const c = (b) => /* HTML */ `\n - <!-- bar1 -->\n - bar\n - <!-- bar2 -->\n - `;\n + foo(/* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`);\n + foo(/* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `);\n + foo(/* HTML */ `<div><p>bar</p>foo</div>`);\n + foo(/* HTML */ ` <div><p>bar</p>foo</div> `);\n + foo(/* GraphQL */ `query { foo { bar } }`);\n + foo(/* ... */ css`color:magenta`);\n + const a = (b) => /* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`;\n + const c = (b) => /* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 157)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-body-in-mode-break.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body-in-mode-break.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -19,15 +19,13 @@\n );\n }\n \n =====================================output=====================================\n fs.readdirSync(suiteLoc).forEach(function (testName) {\n - (skip ? it.skip : it)(\n - testName,\n - buildTest(binName, testName, opts),\n - 2_000_000,\n - );\n + (skip\n + ? it.skip\n + : it)(testName, buildTest(binName, testName, opts), 2_000_000);\n });\n \n {\n (skip ? it.skip : it)(\n testName,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 157)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 3,
"numPassingTests": 116,
"numPendingTests": 0,
"perfStats": {
"start": 514952.348159,
"end": 522473.49981800007,
"runtime": 7521,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 14,
"unchecked": 0,
"unmatched": 3,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/last-argument-expansion/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.5523660000180826,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 66.97106499993242,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 63.537323000025935,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 63.22306099999696,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 61.56545899994671,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 63.261295999982394,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 63.8117800001055,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 0.43004800006747246,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 60.964249000069685,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 60.14546099992003,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 59.51600100006908,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 60.14154900005087,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 60.52976199996192,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 61.68404099997133,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 0.5855969999684021,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 64.79203899996355,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 62.89050800004043,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 61.90938299999107,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 61.913526999996975,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 61.921143000014126,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 62.49614800000563,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 0.6189000000013039,
"failureMessages": [
"dangling-comment-in-arrow-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dangling-comment-in-arrow-function.js format 1`\n \n - Snapshot - 3\n + Received + 4\n \n @@ -8,11 +8,12 @@\n // foo\n ) => {}\n );\n \n =====================================output=====================================\n - foo(() =>\n - // foo\n - {},\n + foo(\n + (\n + // foo\n + ) => {},\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 157)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 60.267635999945924,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 59.73648399999365,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 59.728796000010334,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 59.46924499992747,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 60.54837099998258,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 60.14291499997489,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 0.49050100008025765,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 66.60166000004392,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 63.00982099992689,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 63.14999400009401,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 62.71821500000078,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 63.4093039999716,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 65.30564000003505,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 0.6669880000408739,
"failureMessages": [
"embed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `embed.js format 1`\n \n - Snapshot - 41\n + Received + 8\n \n @@ -11,48 +11,15 @@\n foo(/* ... */ css`color:magenta`);\n const a = b => /* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`\n const c = b => /* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `\n \n =====================================output=====================================\n - foo(\n - /* HTML */ `<!-- bar1 -->\n - bar\n - <!-- bar2 -->`,\n - );\n - foo(/* HTML */ `\n - <!-- bar1 -->\n - bar\n - <!-- bar2 -->\n - `);\n - foo(\n - /* HTML */ `<div>\n - <p>bar</p>\n - foo\n - </div>`,\n - );\n - foo(/* HTML */ `\n - <div>\n - <p>bar</p>\n - foo\n - </div>\n - `);\n - foo(/* GraphQL */ `\n - query {\n - foo {\n - bar\n - }\n - }\n - `);\n - foo(/* ... */ css`\n - color: magenta;\n - `);\n - const a = (b) =>\n - /* HTML */ `<!-- bar1 -->\n - bar\n - <!-- bar2 -->`;\n - const c = (b) => /* HTML */ `\n - <!-- bar1 -->\n - bar\n - <!-- bar2 -->\n - `;\n + foo(/* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`);\n + foo(/* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `);\n + foo(/* HTML */ `<div><p>bar</p>foo</div>`);\n + foo(/* HTML */ ` <div><p>bar</p>foo</div> `);\n + foo(/* GraphQL */ `query { foo { bar } }`);\n + foo(/* ... */ css`color:magenta`);\n + const a = (b) => /* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`;\n + const c = (b) => /* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 157)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 72.49139900004957,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 67.7828889999073,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 68.53046899999026,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 71.91822200000752,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 68.13373600004707,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 68.47027199994773,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 0.4311309999320656,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 62.26289300003555,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 59.43992999999318,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 60.140121000004,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 61.32644200010691,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 60.36329700006172,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 60.639328000019304,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 0.43628999998327345,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 60.84931499999948,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 60.62660399999004,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 60.23781299998518,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 59.52933499997016,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 59.87999000004493,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 60.2303790000733,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 0.6760850000428036,
"failureMessages": [
"function-body-in-mode-break.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body-in-mode-break.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -19,15 +19,13 @@\n );\n }\n \n =====================================output=====================================\n fs.readdirSync(suiteLoc).forEach(function (testName) {\n - (skip ? it.skip : it)(\n - testName,\n - buildTest(binName, testName, opts),\n - 2_000_000,\n - );\n + (skip\n + ? it.skip\n + : it)(testName, buildTest(binName, testName, opts), 2_000_000);\n });\n \n {\n (skip ? it.skip : it)(\n testName,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 157)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 61.21483499999158,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 61.599692999967374,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 61.01468899997417,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 63.75357099995017,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 61.425408000010066,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 62.50322800001595,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 0.48750599997583777,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 61.18980799999554,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 60.777012999984436,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 60.699768999940716,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 60.11984499997925,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 60.383017000043765,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 62.89980200002901,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 0.4465499999932945,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 63.70182900002692,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 61.181105999974534,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 61.94031700002961,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 60.79880300001241,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 63.91240699996706,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 63.61451300000772,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 0.4340370000572875,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 60.6492080000462,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 60.24301000009291,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 59.93872500001453,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 59.738563999999315,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 60.43371499993373,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 61.792261000024155,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 0.42653299996163696,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 62.18873200006783,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 60.42449499992654,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 60.35237400000915,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 60.66194000001997,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 60.5882429999765,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 62.15049699996598,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.42402899998705834,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.644186999998055,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.8955019999994,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.48109499993734,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.06529800000135,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.97420499997679,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.56404399999883,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 0.4146510000573471,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 60.64353000000119,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 60.646630999981426,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 60.19234399998095,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 59.57571300002746,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 60.787260000011884,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 60.22699100000318,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 0.4262420000741258,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 63.78495300002396,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 61.96772900002543,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.145484999986365,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.00623999990057,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 63.49018800002523,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 81.10679700004403,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 0.5334419999271631,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 79.85389699996449,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 67.79418800002895,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 63.72064099996351,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 63.86348299996462,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 65.42516799992882,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 66.4289169999538,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comment.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n <!--\n alert(1)\n -->\n =====================================output=====================================\n <!--\n - alert(1); \n + alert(1)\n -->\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 158)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 0,
"numPendingTests": 0,
"perfStats": {
"start": 522622.441057,
"end": 522683.8519770001,
"runtime": 61,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/html-like/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.7845080000115559,
"failureMessages": [
"comment.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n <!--\n alert(1)\n -->\n =====================================output=====================================\n <!--\n - alert(1); \n + alert(1)\n -->\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 158)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "satisfies.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `satisfies.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,10 +6,10 @@\n module.exports = /** @satisfies {Record<string, string>} */ ({\n hello: 1337,\n });\n \n =====================================output=====================================\n - module.exports = /** @satisfies {Record<string, string>} */ ({\n + module.exports = /** @satisfies {Record<string, string>} */ {\n hello: 1337,\n - });\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 159)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstyled-components.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -16,14 +16,14 @@\n \n =====================================output=====================================\n const OverlapWrapper =\n /** @type {import('styled-components').ThemedStyledFunction<'div',null,{overlap: boolean}>} */\n (styled.div)`\n - position: relative;\n + position:relative;\n > {\n - position: absolute;\n - bottom: ${(p) => p.overlap === \"previous\" && 0};\n - top: ${(p) => p.overlap === \"next\" && 0};\n - }\n - `;\n + position: absolute;\n + bottom: ${(p) => p.overlap === \"previous\" && 0};\n + top: ${(p) => p.overlap === \"next\" && 0};\n + }\n + `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 159)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -37,16 +37,18 @@\n width,\n height,\n ...margins,\n });\n \n - foo = /** @type A */ (#{\n + foo = /** @type A */ (#\n + {\n // comment\n width,\n height,\n ...margins,\n - });\n + }\n + )\n \n foo = /** @type A */ ([\n // comment\n width,\n height,\n @@ -55,9 +57,9 @@\n \n foo = /** @type A */ (#[\n // comment\n width,\n height,\n - ...margins,\n - ]);\n + ...margins,\n + ])\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 159)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 3,
"numPassingTests": 35,
"numPendingTests": 0,
"perfStats": {
"start": 522832.074635,
"end": 525161.772013,
"runtime": 2330,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 16,
"unchecked": 0,
"unmatched": 3,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments-closure-typecast/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binary-expr.js"
],
"duration": 0.5391019999515265,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expr.js"
],
"duration": 60.0149359999923,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"closure-compiler-type-cast.js"
],
"duration": 0.45043800002895296,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"closure-compiler-type-cast.js"
],
"duration": 66.77303100004792,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment-in-the-middle.js"
],
"duration": 0.5673350000288337,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment-in-the-middle.js"
],
"duration": 60.775611000019126,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment-placement.js"
],
"duration": 0.424369000014849,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment-placement.js"
],
"duration": 60.43679300008807,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"extra-spaces-and-asterisks.js"
],
"duration": 0.4026880000019446,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"extra-spaces-and-asterisks.js"
],
"duration": 60.700356999994256,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"iife-issue-5850-isolated.js"
],
"duration": 0.4141290000407025,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"iife-issue-5850-isolated.js"
],
"duration": 59.97909699997399,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 0.4393459999701008,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 60.371191000100225,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4124.js"
],
"duration": 0.4251790000125766,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4124.js"
],
"duration": 62.63639399991371,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-8045.js"
],
"duration": 0.4223240000428632,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-8045.js"
],
"duration": 60.843222000054084,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-9358.js"
],
"duration": 0.4227550000650808,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-9358.js"
],
"duration": 61.151199000072666,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 0.4459389999974519,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 59.83402200008277,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.48131399997510016,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.00902799988398,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-casts.js"
],
"duration": 0.46831999998539686,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-casts.js"
],
"duration": 62.00577699998394,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-with-comment.js"
],
"duration": 0.40002299984917045,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-with-comment.js"
],
"duration": 59.73255899990909,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"satisfies.js"
],
"duration": 0.6697839999105781,
"failureMessages": [
"satisfies.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `satisfies.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,10 +6,10 @@\n module.exports = /** @satisfies {Record<string, string>} */ ({\n hello: 1337,\n });\n \n =====================================output=====================================\n - module.exports = /** @satisfies {Record<string, string>} */ ({\n + module.exports = /** @satisfies {Record<string, string>} */ {\n hello: 1337,\n - });\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 159)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"satisfies.js"
],
"duration": 60.35096099996008,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"styled-components.js"
],
"duration": 0.6276059998199344,
"failureMessages": [
"styled-components.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -16,14 +16,14 @@\n \n =====================================output=====================================\n const OverlapWrapper =\n /** @type {import('styled-components').ThemedStyledFunction<'div',null,{overlap: boolean}>} */\n (styled.div)`\n - position: relative;\n + position:relative;\n > {\n - position: absolute;\n - bottom: ${(p) => p.overlap === \"previous\" && 0};\n - top: ${(p) => p.overlap === \"next\" && 0};\n - }\n - `;\n + position: absolute;\n + bottom: ${(p) => p.overlap === \"previous\" && 0};\n + top: ${(p) => p.overlap === \"next\" && 0};\n + }\n + `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 159)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"styled-components.js"
],
"duration": 62.14306499995291,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 0.4174950001761317,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 61.41894599981606,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.6395080001093447,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -37,16 +37,18 @@\n width,\n height,\n ...margins,\n });\n \n - foo = /** @type A */ (#{\n + foo = /** @type A */ (#\n + {\n // comment\n width,\n height,\n ...margins,\n - });\n + }\n + )\n \n foo = /** @type A */ ([\n // comment\n width,\n height,\n @@ -55,9 +57,9 @@\n \n foo = /** @type A */ (#[\n // comment\n width,\n height,\n - ...margins,\n - ]);\n + ...margins,\n + ])\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 159)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 61.61788800009526,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ways-to-specify-type.js"
],
"duration": 0.4328939998522401,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"ways-to-specify-type.js"
],
"duration": 62.15965499985032,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 10,
"numPendingTests": 0,
"perfStats": {
"start": 525292.2161280001,
"end": 525904.9495260001,
"runtime": 613,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-static-block/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 0.4807629999704659,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 61.16618400020525,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 60.297527000075206,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 60.54381099995226,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 61.52307899994776,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 0.42725299997255206,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 58.98005899996497,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 58.398403000086546,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 58.956059999996796,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 58.89221900003031,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
}
],
"wasInterrupted": false
}
{
"bail": 0,
"changedFilesWithAncestor": false,
"ci": true,
"collectCoverage": false,
"collectCoverageFrom": [
"src/**/*.js",
"bin/**/*.js"
],
"coverageDirectory": "/home/runner/work/biome/biome/prettier-repo/coverage",
"coverageProvider": "babel",
"coverageReporters": [
"text",
"lcov"
],
"detectLeaks": false,
"detectOpenHandles": false,
"errorOnDeprecated": false,
"expand": false,
"findRelatedTests": false,
"forceExit": false,
"json": false,
"lastCommit": false,
"listTests": false,
"logHeapUsage": false,
"maxConcurrency": 5,
"maxWorkers": 1,
"noStackTrace": false,
"nonFlagArgs": [],
"notify": false,
"notifyMode": "failure-change",
"onlyChanged": false,
"onlyFailures": false,
"openHandlesTimeout": 1000,
"passWithNoTests": false,
"projects": [],
"reporters": [
[
"default",
{}
],
[
"/home/runner/work/biome/biome/prettier-repo/node_modules/jest-stare/lib/index.js",
{}
],
[
"/home/runner/work/biome/biome/prettier-repo/reporter.js",
{}
]
],
"rootDir": "/home/runner/work/biome/biome/prettier-repo",
"runTestsByPath": false,
"seed": -178471639,
"skipFilter": false,
"snapshotFormat": {
"escapeString": false,
"printBasicPrototype": false
},
"testFailureExitCode": 1,
"testPathPattern": "",
"testSequencer": "/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/test-sequencer/build/index.js",
"updateSnapshot": "none",
"useStderr": false,
"watch": false,
"watchAll": false,
"watchPlugins": [
{
"config": {},
"path": "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-watch-typeahead/build/file_name_plugin/plugin.js"
},
{
"config": {},
"path": "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-watch-typeahead/build/test_name_plugin/plugin.js"
}
],
"watchman": true,
"workerThreads": false
}